sessionmanager, s2smanager: Remove unused imports

This commit is contained in:
Matthew Wild 2013-04-11 17:35:39 +01:00
parent 8994b3afd1
commit 18889eae1b
2 changed files with 2 additions and 5 deletions

View file

@ -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;