diff net/xmppcomponent_listener.lua @ 4541:05f5ec99da77

Merge with trunk
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Jan 2012 22:55:49 +0000
parents df2cbc52c83b
children
line wrap: on
line diff
--- a/net/xmppcomponent_listener.lua	Sat Dec 10 17:21:19 2011 +0000
+++ b/net/xmppcomponent_listener.lua	Sun Jan 22 22:55:49 2012 +0000
@@ -7,8 +7,6 @@
 --
 
 
-local hosts = _G.hosts;
-
 local t_concat = table.concat;
 local tostring = tostring;
 local type = type;