aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2012-04-28 02:25:54 +0100
committerMatthew Wild <mwild1@gmail.com>2012-04-28 02:25:54 +0100
commita67da3de83a44c7866e123285222eb3fd89ae46d (patch)
treea6029f5fc5fc86efe116f1bda577deca9b4d83dc /core/hostmanager.lua
parentde0b898bb86efba22e9c6c89a9719127c59710da (diff)
downloadprosody-a67da3de83a44c7866e123285222eb3fd89ae46d.tar.gz
prosody-a67da3de83a44c7866e123285222eb3fd89ae46d.zip
hostmanager: Remove import of unused setmetatable
Diffstat (limited to 'core/hostmanager.lua')
-rw-r--r--core/hostmanager.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hostmanager.lua b/core/hostmanager.lua
index 4b9fa240..a9db1a92 100644
--- a/core/hostmanager.lua
+++ b/core/hostmanager.lua
@@ -24,7 +24,7 @@ if not _G.prosody.incoming_s2s then
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"