aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-09-19 16:40:38 +0200
committerKim Alvefur <zash@zash.se>2012-09-19 16:40:38 +0200
commitf9e4d051f25f3bcde3dd2252c3f59204f53dcbaf (patch)
tree5dc538cdd30bc9444eabb9a14be3c075ffd34cad /core
parent49bb1b920d3c67116e5f76af7b7ec99ef562d689 (diff)
downloadprosody-f9e4d051f25f3bcde3dd2252c3f59204f53dcbaf.tar.gz
prosody-f9e4d051f25f3bcde3dd2252c3f59204f53dcbaf.zip
storagemanager: Remove unused variable
Diffstat (limited to 'core')
-rw-r--r--core/storagemanager.lua1
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 = {};