# HG changeset patch # User Marco Cirillo # Date 1325886210 0 # Node ID df2cbc52c83b7d6fca99de93673f349977829bb3 # Parent 2ee422bdafbef6f8a1e774fa193f0cc6fbee8666 net.xmppcomponent_listener: removed unused variable reference. diff -r 2ee422bdafbe -r df2cbc52c83b 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;