Software /
code /
prosody
Changeset
5148:a0b8e5d03de2
storagemanager: Remove unused variable
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 19 Sep 2012 16:40:38 +0200 |
parents | 5147:0ca4185a3d39 |
children | 5149:b3e9b3576056 |
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 = {};