util.serialization: Remove unused imports of error() and loadstring() [luacheck]
authorMatthew Wild <mwild1@gmail.com>
Wed, 06 May 2015 19:40:48 +0100
changeset 6673 5e72f7aadbcc
parent 6672 7da8b6bc0966
child 6674 2d5e2ed44c22
util.serialization: Remove unused imports of error() and loadstring() [luacheck]
util/serialization.lua
--- a/util/serialization.lua	Wed May 06 19:39:28 2015 +0100
+++ b/util/serialization.lua	Wed May 06 19:40:48 2015 +0100
@@ -11,11 +11,9 @@
 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;