aboutsummaryrefslogtreecommitdiffstats
path: root/util/datamanager.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2012-12-14 14:25:58 +0100
committerKim Alvefur <zash@zash.se>2012-12-14 14:25:58 +0100
commit94f0e1cb264613da4abea035bf16c6ce982e3df8 (patch)
treeb217bdcefeac3f793160edc9bb33a6f9a8d02ba3 /util/datamanager.lua
parent38daeec89e72cca0ecce87b2ae8e3166da29f585 (diff)
downloadprosody-94f0e1cb264613da4abea035bf16c6ce982e3df8.tar.gz
prosody-94f0e1cb264613da4abea035bf16c6ce982e3df8.zip
util.datamanager: Remove unused variable
Diffstat (limited to 'util/datamanager.lua')
-rw-r--r--util/datamanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/datamanager.lua b/util/datamanager.lua
index 2290d565..b70ad931 100644
--- a/util/datamanager.lua
+++ b/util/datamanager.lua
@@ -340,7 +340,6 @@ end
function purge(username, host)
local host_dir = format("%s/%s/", data_path, encode(host));
- local deleted = 0;
local errs = {};
for file in lfs.dir(host_dir) do
if lfs.attributes(host_dir..file, "mode") == "directory" then