mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
usermanager: Remove unused import of pairs()
This commit is contained in:
parent
7a082cb393
commit
de0f19e1af
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ local modulemanager = require "core.modulemanager";
|
|||
local log = require "util.logger".init("usermanager");
|
||||
local type = type;
|
||||
local ipairs = ipairs;
|
||||
local pairs = pairs;
|
||||
local jid_bare = require "util.jid".bare;
|
||||
local jid_prep = require "util.jid".prep;
|
||||
local config = require "core.configmanager";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue