Diff

core/hostmanager.lua @ 4748:1099ff8d9f76

hostmanager: Remove import of unused setmetatable
author Matthew Wild <mwild1@gmail.com>
date Sat, 28 Apr 2012 02:25:54 +0100
parent 4732:29ff25c8bf56
child 4834:878f75ccc4fb
line wrap: on
line diff
--- a/core/hostmanager.lua	Sat Apr 28 02:24:41 2012 +0100
+++ b/core/hostmanager.lua	Sat Apr 28 02:25:54 2012 +0100
@@ -24,7 +24,7 @@
 end
 local incoming_s2s = _G.prosody.incoming_s2s;
 
-local pairs, setmetatable, select = pairs, setmetatable, select;
+local pairs, select = pairs, select;
 local tostring, type = tostring, type;
 
 module "hostmanager"