# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1355491558 -3600
# Node ID 775d98184acf8251c7b241084a6cb1f9d61906d9
# Parent  07e8256efcda1fa4f2d7abec20656d27733612f2
util.datamanager: Remove unused variable

diff -r 07e8256efcda -r 775d98184acf util/datamanager.lua
--- a/util/datamanager.lua	Fri Dec 14 14:21:32 2012 +0100
+++ b/util/datamanager.lua	Fri Dec 14 14:25:58 2012 +0100
@@ -340,7 +340,6 @@
 
 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