mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 14:17:37 +03:00
configmanager: Remove unused local [luacheck]
This commit is contained in:
parent
84bdb8e165
commit
ab47caa72f
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
--
|
--
|
||||||
|
|
||||||
local _G = _G;
|
local _G = _G;
|
||||||
local setmetatable, rawget, rawset, io, error, dofile, type, pairs, table =
|
local setmetatable, rawget, rawset, io, error, dofile, type, pairs =
|
||||||
setmetatable, rawget, rawset, io, error, dofile, type, pairs, table;
|
setmetatable, rawget, rawset, io, error, dofile, type, pairs;
|
||||||
local format, math_max = string.format, math.max;
|
local format, math_max = string.format, math.max;
|
||||||
|
|
||||||
local fire_event = prosody and prosody.events.fire_event or function () end;
|
local fire_event = prosody and prosody.events.fire_event or function () end;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue