Software /
code /
prosody
Diff
core/storagemanager.lua @ 5137:df9665f3dfd8
storagemanager: Remove unused variable
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 19 Sep 2012 16:40:38 +0200 |
parent | 5136:77ea38607a89 |
child | 5155:a207d4bff5a4 |
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 = {};