util.dataforms: Remove unused import of pairs() (thanks luacheck)

This commit is contained in:
Matthew Wild 2015-05-06 19:38:29 +01:00
parent 0daf5ba855
commit fd58c2c49c

View file

@ -7,7 +7,7 @@
-- --
local setmetatable = setmetatable; local setmetatable = setmetatable;
local pairs, ipairs = pairs, ipairs; local ipairs = ipairs;
local tostring, type, next = tostring, type, next; local tostring, type, next = tostring, type, next;
local t_concat = table.concat; local t_concat = table.concat;
local st = require "util.stanza"; local st = require "util.stanza";