mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
This commit is contained in:
parent
e2f3356e24
commit
8967760df5
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",
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
local os_date = os.date;
|
||||
local os_time = os.time;
|
||||
local os_difftime = os.difftime;
|
||||
local error = error;
|
||||
local tonumber = tonumber;
|
||||
|
||||
local _ENV = nil;
|
||||
|
|
|
@ -12,7 +12,6 @@ local s_char = string.char;
|
|||
local tostring, tonumber = tostring, tonumber;
|
||||
local pairs, ipairs = pairs, ipairs;
|
||||
local next = next;
|
||||
local error = error;
|
||||
local getmetatable, setmetatable = getmetatable, setmetatable;
|
||||
local print = print;
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
-- We can't hand this off to getaddrinfo, since it blocks
|
||||
|
||||
local ip_commonPrefixLength = require"util.ip".commonPrefixLength
|
||||
local new_ip = require"util.ip".new_ip;
|
||||
|
||||
local function commonPrefixLength(ipA, ipB)
|
||||
local len = ip_commonPrefixLength(ipA, ipB);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue