mod_component: Remove unused variable

This commit is contained in:
Matthew Wild 2012-04-28 03:13:59 +01:00
parent 0d4dfb4a88
commit 0ef5422e64

View file

@ -207,7 +207,6 @@ local stream_xmlns_attr = {xmlns='urn:ietf:params:xml:ns:xmpp-streams'};
local default_stream_attr = { ["xmlns:stream"] = "http://etherx.jabber.org/streams", xmlns = stream_callbacks.default_ns, version = "1.0", id = "" };
local function session_close(session, reason)
if session.destroyed then return; end
local log = session.log or log;
if session.conn then
if session.notopen then
session.send("<?xml version='1.0'?>");