aboutsummaryrefslogtreecommitdiffstats
path: root/core/storagemanager.lua
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
commit25e11e79598fde39d5e11831d5a50ce696a9dd36 (patch)
treede88776e7f44be77aa765db25eca959a72e829b6 /core/storagemanager.lua
parentc6dacdb1e11bee61b57eca03cb6d26542bb19c43 (diff)
downloadprosody-25e11e79598fde39d5e11831d5a50ce696a9dd36.tar.gz
prosody-25e11e79598fde39d5e11831d5a50ce696a9dd36.zip
storagemanager: Remove unused variable
Diffstat (limited to 'core/storagemanager.lua')
-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 = {};