core/s2smanager.lua
changeset 5459 3a821511b9ec
parent 5447 92b88476873a
child 5776 bd0ff8ae98a8
child 6694 c6c996410064
--- a/core/s2smanager.lua	Thu Apr 11 17:32:59 2013 +0100
+++ b/core/s2smanager.lua	Thu Apr 11 17:35:39 2013 +0100
@@ -9,8 +9,8 @@
 
 
 local hosts = prosody.hosts;
-local tostring, pairs, getmetatable, newproxy, setmetatable
-    = tostring, pairs, getmetatable, newproxy, setmetatable;
+local tostring, pairs, setmetatable
+    = tostring, pairs, setmetatable;
 
 local logger_init = require "util.logger".init;