core/sessionmanager.lua

changeset 2162
8d33f94dc3a1
parent 2144
8e59d37a0e68
child 2449
678ca4e9a479
--- a/core/sessionmanager.lua	Mon Nov 23 20:22:37 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