Changeset

4463:df2cbc52c83b

net.xmppcomponent_listener: removed unused variable reference.
author Marco Cirillo <maranda@lightwitch.org>
date Fri, 06 Jan 2012 21:43:30 +0000
parents 4462:2ee422bdafbe
children 4464:b0574fc78a0a
files net/xmppcomponent_listener.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;