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 | c5693a2483a30f7aab76a2c225b66a0033a92b5c (patch) | |
tree | 76b182d3ae12bfc599bb290ddffa58b286ef7224 | |
parent | a60732b6660b4318caa847ecc17b9f106006f9ba (diff) | |
download | prosody-c5693a2483a30f7aab76a2c225b66a0033a92b5c.tar.gz prosody-c5693a2483a30f7aab76a2c225b66a0033a92b5c.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; |