diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/storagemanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/storagemanager.lua b/core/storagemanager.lua index 97ff084f..5a7bb7bd 100644 --- a/core/storagemanager.lua +++ b/core/storagemanager.lua @@ -96,7 +96,6 @@ end function purge(user, host) local storage = config.get(host, "storage"); - local driver_name; if type(storage) == "table" then -- multiple storage backends in use that we need to purge local purged = {}; |