From 156ad360575c2c2b61a0d1fcdb0c0884cf3a5eda Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 13 Mar 2013 07:03:34 +0100 Subject: [PATCH] rostermanager: Remove unused imports --- core/rostermanager.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/rostermanager.lua b/core/rostermanager.lua index fdb890f9..f14bb435 100644 --- a/core/rostermanager.lua +++ b/core/rostermanager.lua @@ -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; -- 2.30.2