diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-03-10 17:52:03 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-03-10 17:52:03 +0000 |
commit | 8967760df50c3b1c39fec83b0b3f1e75858daca1 (patch) | |
tree | 6008be38e2627fd54dbc79701d375cc29b2e54d6 /util/json.lua | |
parent | e2f3356e2404641840283b8d439137e58604346b (diff) | |
download | prosody-8967760df50c3b1c39fec83b0b3f1e75858daca1.tar.gz prosody-8967760df50c3b1c39fec83b0b3f1e75858daca1.zip |
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
Diffstat (limited to 'util/json.lua')
-rw-r--r-- | util/json.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/json.lua b/util/json.lua index 2c598446..ec6b67de 100644 --- a/util/json.lua +++ b/util/json.lua @@ -12,7 +12,6 @@ local s_char = string.char; local tostring, tonumber = tostring, tonumber; local pairs, ipairs = pairs, ipairs; local next = next; -local error = error; local getmetatable, setmetatable = getmetatable, setmetatable; local print = print; |