rostermanager: Remove unused imports

This commit is contained in:
Kim Alvefur 2013-03-13 07:03:34 +01:00
parent ff9ab821f7
commit 608eb6194a

View file

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