Software /
code /
prosody
Changeset
5348:ca0d820e9318
rostermanager: Remove unused imports
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 13 Mar 2013 07:03:34 +0100 |
parents | 5347:32e25358c3c2 |
children | 5349:0d11e393201f |
files | core/rostermanager.lua |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
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;