Software /
code /
prosody
Diff
core/s2smanager.lua @ 5459:3a821511b9ec
sessionmanager, s2smanager: Remove unused imports
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 11 Apr 2013 17:35:39 +0100 |
parent | 5447:92b88476873a |
child | 5776:bd0ff8ae98a8 |
child | 6691:c6c996410064 |
line wrap: on
line diff
--- a/core/s2smanager.lua Thu Apr 11 17:32:59 2013 +0100 +++ b/core/s2smanager.lua Thu Apr 11 17:35:39 2013 +0100 @@ -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;