Changeset

6670:5e72f7aadbcc

util.serialization: Remove unused imports of error() and loadstring() [luacheck]
author Matthew Wild <mwild1@gmail.com>
date Wed, 06 May 2015 19:40:48 +0100
parents 6669:7da8b6bc0966
children 6671:2d5e2ed44c22
files util/serialization.lua
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;