mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
lint: Remove use of the 143 error code
Does not appear to be invoked by anything
This commit is contained in:
parent
2b289f34f9
commit
5a608450d5
4 changed files with 4 additions and 5 deletions
|
@ -22,8 +22,8 @@ local t_concat = table.concat;
|
|||
local s_byte = string.byte;
|
||||
local s_char= string.char;
|
||||
local s_sub = string.sub;
|
||||
local s_pack = string.pack; -- luacheck: ignore 143
|
||||
local s_unpack = string.unpack; -- luacheck: ignore 143
|
||||
local s_pack = string.pack;
|
||||
local s_unpack = string.unpack;
|
||||
|
||||
if not s_pack and softreq"struct" then
|
||||
s_pack = softreq"struct".pack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue