diff options
author | Marco Cirillo <maranda@lightwitch.org> | 2012-01-06 21:43:30 +0000 |
---|---|---|
committer | Marco Cirillo <maranda@lightwitch.org> | 2012-01-06 21:43:30 +0000 |
commit | 876ae42f2a1613291a6ac9ccba8ab0ec5c145220 (patch) | |
tree | 76b182d3ae12bfc599bb290ddffa58b286ef7224 | |
parent | d0f4bbd2dbe8a2ff9088cd47dad8418d1030637e (diff) | |
download | prosody-876ae42f2a1613291a6ac9ccba8ab0ec5c145220.tar.gz prosody-876ae42f2a1613291a6ac9ccba8ab0ec5c145220.zip |
net.xmppcomponent_listener: removed unused variable reference.
-rw-r--r-- | net/xmppcomponent_listener.lua | 2 |
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; |