# HG changeset patch # User Kim Alvefur # Date 1348065638 -7200 # Node ID a0b8e5d03de2a0dbb3693161c33682b6d5a4e108 # Parent 0ca4185a3d39dcdc5280c47257be75f8fb424290 storagemanager: Remove unused variable diff -r 0ca4185a3d39 -r a0b8e5d03de2 core/storagemanager.lua --- 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 = {};