# HG changeset patch
# User Matthew Wild <mwild1@gmail.com>
# Date 1430937648 -3600
# Node ID 5e72f7aadbcc83b1472f4c46055ceca5a45a75f1
# Parent  7da8b6bc09660e33351f44ce1651a33ae3cbd5dd
util.serialization: Remove unused imports of error() and loadstring() [luacheck]

diff -r 7da8b6bc0966 -r 5e72f7aadbcc 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;