mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_c2s: Remove unused locals [luacheck]
This commit is contained in:
parent
c27589b44c
commit
a5612dad90
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ local sm_new_session, sm_destroy_session = sessionmanager.new_session, sessionma
|
|||
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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue