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 /net/websocket | |
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 'net/websocket')
-rw-r--r-- | net/websocket/frames.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/websocket/frames.lua b/net/websocket/frames.lua index 737f46bb..5fe96d45 100644 --- a/net/websocket/frames.lua +++ b/net/websocket/frames.lua @@ -7,7 +7,6 @@ -- local softreq = require "util.dependencies".softreq; -local log = require "util.logger".init "websocket.frames"; local random_bytes = require "util.random".bytes; local bit = assert(softreq"bit" or softreq"bit32", |