mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.dataforms: Remove unused import of pairs() (thanks luacheck)
This commit is contained in:
parent
0daf5ba855
commit
fd58c2c49c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
--
|
||||
|
||||
local setmetatable = setmetatable;
|
||||
local pairs, ipairs = pairs, ipairs;
|
||||
local ipairs = ipairs;
|
||||
local tostring, type, next = tostring, type, next;
|
||||
local t_concat = table.concat;
|
||||
local st = require "util.stanza";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue