aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Cirillo <maranda@lightwitch.org>2012-01-06 21:43:30 +0000
committerMarco Cirillo <maranda@lightwitch.org>2012-01-06 21:43:30 +0000
commitc5693a2483a30f7aab76a2c225b66a0033a92b5c (patch)
tree76b182d3ae12bfc599bb290ddffa58b286ef7224
parenta60732b6660b4318caa847ecc17b9f106006f9ba (diff)
downloadprosody-c5693a2483a30f7aab76a2c225b66a0033a92b5c.tar.gz
prosody-c5693a2483a30f7aab76a2c225b66a0033a92b5c.zip
net.xmppcomponent_listener: removed unused variable reference.
-rw-r--r--net/xmppcomponent_listener.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/xmppcomponent_listener.lua b/net/xmppcomponent_listener.lua
index 90293559..dd7b2b91 100644
--- a/net/xmppcomponent_listener.lua
+++ b/net/xmppcomponent_listener.lua
@@ -7,8 +7,6 @@
--
-local hosts = _G.hosts;
-
local t_concat = table.concat;
local tostring = tostring;
local type = type;