Software /
code /
prosody
Diff
util/json.lua @ 7259:d8300985f2bb
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 10 Mar 2016 17:52:03 +0000 |
parent | 7235:ee1f7e1e548c |
child | 7261:925f848c706d |
line wrap: on
line diff
--- a/util/json.lua Thu Mar 10 17:49:46 2016 +0000 +++ b/util/json.lua Thu Mar 10 17:52:03 2016 +0000 @@ -12,7 +12,6 @@ local tostring, tonumber = tostring, tonumber; local pairs, ipairs = pairs, ipairs; local next = next; -local error = error; local getmetatable, setmetatable = getmetatable, setmetatable; local print = print;