Software /
code /
prosody
Changeset
5137:df9665f3dfd8
storagemanager: Remove unused variable
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 19 Sep 2012 16:40:38 +0200 |
parents | 5136:77ea38607a89 |
children | 5138:7dc57dfaebbe |
files | core/storagemanager.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/storagemanager.lua Wed Sep 19 16:39:19 2012 +0200 +++ b/core/storagemanager.lua Wed Sep 19 16:40:38 2012 +0200 @@ -96,7 +96,6 @@ 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 = {};