util.serialization: Remove unused imports of error() and loadstring() [luacheck]

This commit is contained in:
Matthew Wild 2015-05-06 19:40:48 +01:00
parent ed2dc14ab3
commit 75c8b77900

View file

@ -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;