mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.serialization: Remove unused imports of error() and loadstring() [luacheck]
This commit is contained in:
parent
ed2dc14ab3
commit
75c8b77900
1 changed files with 0 additions and 2 deletions
|
@ -11,11 +11,9 @@ local type = type;
|
|||
local tostring = tostring;
|
||||
local t_insert = table.insert;
|
||||
local t_concat = table.concat;
|
||||
local error = error;
|
||||
local pairs = pairs;
|
||||
local next = next;
|
||||
|
||||
local loadstring = loadstring;
|
||||
local pcall = pcall;
|
||||
|
||||
local debug_traceback = debug.traceback;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue