aboutsummaryrefslogtreecommitdiffstats
path: root/net
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
commit876ae42f2a1613291a6ac9ccba8ab0ec5c145220 (patch)
tree76b182d3ae12bfc599bb290ddffa58b286ef7224 /net
parentd0f4bbd2dbe8a2ff9088cd47dad8418d1030637e (diff)
downloadprosody-876ae42f2a1613291a6ac9ccba8ab0ec5c145220.tar.gz
prosody-876ae42f2a1613291a6ac9ccba8ab0ec5c145220.zip
net.xmppcomponent_listener: removed unused variable reference.
Diffstat (limited to 'net')
-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;