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 | a05d69fc1fe02597e049d144688fb3626d0bf0d0 (patch) | |
tree | 6008be38e2627fd54dbc79701d375cc29b2e54d6 /util/prosodyctl.lua | |
parent | a755aae795ef60f69f68ca774dd03fb1e5986425 (diff) | |
download | prosody-a05d69fc1fe02597e049d144688fb3626d0bf0d0.tar.gz prosody-a05d69fc1fe02597e049d144688fb3626d0bf0d0.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.lua | 2 |
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; |