aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2016-03-10 17:52:03 +0000
committerMatthew Wild <mwild1@gmail.com>2016-03-10 17:52:03 +0000
commit8967760df50c3b1c39fec83b0b3f1e75858daca1 (patch)
tree6008be38e2627fd54dbc79701d375cc29b2e54d6 /util/prosodyctl.lua
parente2f3356e2404641840283b8d439137e58604346b (diff)
downloadprosody-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/prosodyctl.lua')
-rw-r--r--util/prosodyctl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl.lua b/util/prosodyctl.lua
index f8f28644..207b3763 100644
--- a/util/prosodyctl.lua
+++ b/util/prosodyctl.lua
@@ -22,7 +22,7 @@ local nodeprep, nameprep = stringprep.nodeprep, stringprep.nameprep;
local io, os = io, os;
local print = print;
-local tostring, tonumber = tostring, tonumber;
+local tonumber = tonumber;
local CFG_SOURCEDIR = _G.CFG_SOURCEDIR;