util.serialization: Remove unused imports of error() and loadstring() [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Wed, 6 May 2015 18:40:48 +0000 (19:40 +0100)
committerMatthew Wild <mwild1@gmail.com>
Wed, 6 May 2015 18:40:48 +0000 (19:40 +0100)
util/serialization.lua

index 06e4505442dfc4934be8dd9fe20d42e122fddca6..049011356cbbe0c9c892d89b9e79745df3d40a64 100644 (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;