aboutsummaryrefslogtreecommitdiffstats
path: root/util/xmppstream.lua
diff options
context:
space:
mode:
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