# HG changeset patch # User Kim Alvefur # Date 1491079209 -7200 # Node ID e38e3300b955747dac2ed5cb8695e9e4c5b7d021 # Parent e7561d56008d4ff8341f8c42073aafa1d33384a0 mod_c2s: Remove unused locals [luacheck] diff -r e7561d56008d -r e38e3300b955 plugins/mod_c2s.lua --- a/plugins/mod_c2s.lua Sat Apr 01 22:38:02 2017 +0200 +++ b/plugins/mod_c2s.lua Sat Apr 01 22:40:09 2017 +0200 @@ -17,8 +17,7 @@ local uuid_generate = require "util.uuid".generate; local runner = require "util.async".runner; -local xpcall, tostring, type = xpcall, tostring, type; -local t_insert, t_remove = table.insert, table.remove; +local tostring, type = tostring, type; local xmlns_xmpp_streams = "urn:ietf:params:xml:ns:xmpp-streams";