# HG changeset patch # User Matthew Wild # Date 1342708576 -3600 # Node ID 4f1b6a4784f92d351f77710f66c48fb56adeff83 # Parent 318624ffe74e8694d9f2f635b69752ef5a68f77f mod_admin_adhoc: Remove unused variable and save a bit of CPU... diff -r 318624ffe74e -r 4f1b6a4784f9 plugins/mod_admin_adhoc.lua --- a/plugins/mod_admin_adhoc.lua Thu Jul 19 15:35:07 2012 +0100 +++ b/plugins/mod_admin_adhoc.lua Thu Jul 19 15:36:16 2012 +0100 @@ -453,7 +453,6 @@ '". Error was: "'..tostring(err or "")..'"' } }; end else - local modules = array.collect(keys(hosts[data.to].modules)):sort(); return { status = "executing", form = layout }, "executing"; end end