[1.5.x] Removed an impossible code path in cache function
Backport of 04a7ea328
from master.
This commit is contained in:
parent
e6bc0c5bab
commit
48a2917d46
|
@ -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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue