Software /
code /
prosody
Diff
core/rostermanager.lua @ 5348:ca0d820e9318
rostermanager: Remove unused imports
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Mar 2013 07:03:34 +0100 |
parent | 5060:b0e36777f715 |
child | 5429:25333de6e7c7 |
line wrap: on
line diff
--- a/core/rostermanager.lua Wed Mar 13 07:01:57 2013 +0100 +++ b/core/rostermanager.lua Wed Mar 13 07:03:34 2013 +0100 @@ -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;