diff options
author | Waqas Hussain <waqas20@gmail.com> | 2012-01-25 11:47:51 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2012-01-25 11:47:51 +0500 |
commit | 3a34c326b306321454bdae018b93bf3cf0d4875a (patch) | |
tree | 5a9807ff24e290bb0252b96f3cd90296213af70a | |
parent | 3d9ca327ce10f2bb4d5af85c1695fe70dcf6dbe3 (diff) | |
download | prosody-3a34c326b306321454bdae018b93bf3cf0d4875a.tar.gz prosody-3a34c326b306321454bdae018b93bf3cf0d4875a.zip |
util.xmppstream: Remove some unnecessary code.
-rw-r--r-- | util/xmppstream.lua | 2 |
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 |