Diff

core/rostermanager.lua @ 5355:11eff33f60d3

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Wed, 20 Mar 2013 20:34:38 +0000
parent 5348:ca0d820e9318
child 5429:25333de6e7c7
line wrap: on
line diff
--- a/core/rostermanager.lua	Tue Mar 12 12:30:35 2013 +0000
+++ b/core/rostermanager.lua	Wed Mar 20 20:34:38 2013 +0000
@@ -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;