Comparison

util/sasl.lua @ 5863:abcbaf7f2e8e

util.sasl: Remove unused print() import.
author Waqas Hussain <waqas20@gmail.com>
date Mon, 07 Oct 2013 18:02:58 -0400
parent 5862:7e83c8448cd6
child 6036:f9e108f7db21
comparison
equal deleted inserted replaced
5862:7e83c8448cd6 5863:abcbaf7f2e8e
16 local t_insert = table.insert; 16 local t_insert = table.insert;
17 local type = type 17 local type = type
18 local setmetatable = setmetatable; 18 local setmetatable = setmetatable;
19 local assert = assert; 19 local assert = assert;
20 local require = require; 20 local require = require;
21 local print = print
22 21
23 module "sasl" 22 module "sasl"
24 23
25 --[[ 24 --[[
26 Authentication Backend Prototypes: 25 Authentication Backend Prototypes: