net.xmppcomponent_listener: removed unused variable reference.
authorMarco Cirillo <maranda@lightwitch.org>
Fri, 06 Jan 2012 21:43:30 +0000
changeset 4463 df2cbc52c83b
parent 4462 2ee422bdafbe
child 4464 b0574fc78a0a
net.xmppcomponent_listener: removed unused variable reference.
net/xmppcomponent_listener.lua
--- a/net/xmppcomponent_listener.lua	Wed Dec 21 07:58:22 2011 +0000
+++ b/net/xmppcomponent_listener.lua	Fri Jan 06 21:43:30 2012 +0000
@@ -7,8 +7,6 @@
 --
 
 
-local hosts = _G.hosts;
-
 local t_concat = table.concat;
 local tostring = tostring;
 local type = type;