Software /
code /
prosody
Diff
util/serialization.lua @ 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 |
parent | 5776:bd0ff8ae98a8 |
child | 6777:5de6b93d0190 |
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;