aboutsummaryrefslogtreecommitdiffstats
path: root/util/datamanager.lua
diff options
context:
space:
mode:
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