mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_message: Remove unused import of table.insert
This commit is contained in:
parent
158675928e
commit
d37a37fb96
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ local st = require "util.stanza";
|
|||
local jid_bare = require "util.jid".bare;
|
||||
local jid_split = require "util.jid".split;
|
||||
local user_exists = require "core.usermanager".user_exists;
|
||||
local t_insert = table.insert;
|
||||
|
||||
local function process_to_bare(bare, origin, stanza)
|
||||
local user = bare_sessions[bare];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue