Diff

core/sessionmanager.lua @ 2816:59dfb99831ae

core.sessionmanager, net.*_listener: Remove the evil collectgarbage() calls
author Matthew Wild <mwild1@gmail.com>
date Tue, 24 Nov 2009 20:34:22 +0000
parent 2141:f544729f9228
child 2832:8c754c61c72e
line wrap: on
line diff
--- 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;