mod_component: Remove unused variable
[prosody.git] / core / hostmanager.lua
index 4b9fa24036dcafc95c6460e44e89eab887a01be4..a9db1a925df98eed0e4c8bd337b0c2efe72fee54 100644 (file)
@@ -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"