core/sessionmanager.lua

changeset 2816
59dfb99831ae
parent 2141
f544729f9228
child 2832
8c754c61c72e
--- a/core/sessionmanager.lua	Mon Nov 23 02:58:42 2009 +0000
+++ b/core/sessionmanager.lua	Tue Nov 24 20:34:22 2009 +0000
@@ -10,7 +10,6 @@
 
 local tonumber, tostring = tonumber, tostring;
 local ipairs, pairs, print, next= ipairs, pairs, print, next;
-local collectgarbage = collectgarbage;
 local format = import("string", "format");
 
 local hosts = hosts;

mercurial