diff options
author | Kim Alvefur <zash@zash.se> | 2012-09-19 16:40:38 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2012-09-19 16:40:38 +0200 |
commit | 93cde32b80d341ff10c2a1bae4344199486389bc (patch) | |
tree | 5dc538cdd30bc9444eabb9a14be3c075ffd34cad | |
parent | e0e7541f02faa5df74a151e3fe64d9323a12ebe7 (diff) | |
download | prosody-93cde32b80d341ff10c2a1bae4344199486389bc.tar.gz prosody-93cde32b80d341ff10c2a1bae4344199486389bc.zip |
storagemanager: Remove unused variable
-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 = {}; |