mirror of
https://github.com/bjc/prosody.git
synced 2025-04-05 06:07:37 +03:00
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
This commit is contained in:
parent
a755aae795
commit
a05d69fc1f
5 changed files with 1 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue