mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
sessionmanager, s2smanager: Remove unused imports
This commit is contained in:
parent
8994b3afd1
commit
18889eae1b
2 changed files with 2 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
|
||||
local hosts = prosody.hosts;
|
||||
local tostring, pairs, getmetatable, newproxy, setmetatable
|
||||
= tostring, pairs, getmetatable, newproxy, setmetatable;
|
||||
local tostring, pairs, setmetatable
|
||||
= tostring, pairs, setmetatable;
|
||||
|
||||
local logger_init = require "util.logger".init;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue