[1.5.x] Removed an impossible code path in cache function

Backport of 04a7ea328 from master.
This commit is contained in:
Claude Paroz 2012-11-10 15:42:27 +01:00
parent e6bc0c5bab
commit 48a2917d46
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ def parse_backend_conf(backend, **kwargs):
raise InvalidCacheBackendError("Could not find backend '%s'" % backend)
location = kwargs.pop('LOCATION', '')
return backend, location, kwargs
raise InvalidCacheBackendError(
"Couldn't find a cache backend named '%s'" % backend)
def get_cache(backend, **kwargs):
"""