mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
rostermanager: Remove unused imports
This commit is contained in:
parent
ff9ab821f7
commit
608eb6194a
1 changed files with 1 additions and 4 deletions
|
@ -11,10 +11,7 @@
|
|||
|
||||
local log = require "util.logger".init("rostermanager");
|
||||
|
||||
local setmetatable = setmetatable;
|
||||
local format = string.format;
|
||||
local pcall = pcall;
|
||||
local pairs, ipairs = pairs, ipairs;
|
||||
local pairs = pairs;
|
||||
local tostring = tostring;
|
||||
|
||||
local hosts = hosts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue