aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2012-01-25 11:47:51 +0500
committerWaqas Hussain <waqas20@gmail.com>2012-01-25 11:47:51 +0500
commit3a34c326b306321454bdae018b93bf3cf0d4875a (patch)
tree5a9807ff24e290bb0252b96f3cd90296213af70a /util/xmppstream.lua
parent3d9ca327ce10f2bb4d5af85c1695fe70dcf6dbe3 (diff)
downloadprosody-3a34c326b306321454bdae018b93bf3cf0d4875a.tar.gz
prosody-3a34c326b306321454bdae018b93bf3cf0d4875a.zip
util.xmppstream: Remove some unnecessary code.
Diffstat (limited to 'util/xmppstream.lua')
-rw-r--r--util/xmppstream.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/xmppstream.lua b/util/xmppstream.lua
index 0f80742d..adf4a359 100644
--- a/util/xmppstream.lua
+++ b/util/xmppstream.lua
@@ -151,8 +151,6 @@ function new_sax_handlers(session, stream_callbacks)
end
cb_error(session, "parse-error", "unexpected-element-close", name);
end
- stanza, chardata = nil, {};
- stack = {};
end
end