Software /
code /
prosody
Diff
util/sasl_cyrus.lua @ 3441:d4f89802cf1e
util.sasl, util.sasl_cyrus: Removed a ton of unused variables.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Tue, 03 Aug 2010 17:11:40 +0500 |
parent | 3428:8a12ae696687 |
child | 3443:1159e007cc8f |
line wrap: on
line diff
--- a/util/sasl_cyrus.lua Tue Aug 03 11:02:30 2010 +0100 +++ b/util/sasl_cyrus.lua Tue Aug 03 17:11:40 2010 +0500 @@ -13,17 +13,9 @@ local cyrussasl = require "cyrussasl"; local log = require "util.logger".init("sasl_cyrus"); -local array = require "util.array"; -local tostring = tostring; -local pairs, ipairs = pairs, ipairs; -local t_insert, t_concat = table.insert, table.concat; -local s_match = string.match; local setmetatable = setmetatable -local keys = keys; - -local print = print local pcall = pcall local s_match, s_gmatch = string.match, string.gmatch