net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]

This commit is contained in:
Matthew Wild 2016-03-10 17:52:03 +00:00
parent a755aae795
commit a05d69fc1f
5 changed files with 1 additions and 5 deletions

View file

@ -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",