mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.adns: remove unused local variables t_insert and t_remove [luacheck]
This commit is contained in:
parent
2a2ade5de5
commit
45af943ce3
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ local dns = require "net.dns";
|
|||
|
||||
local log = require "util.logger".init("adns");
|
||||
|
||||
local t_insert, t_remove = table.insert, table.remove;
|
||||
local coroutine, tostring, pcall = coroutine, tostring, pcall;
|
||||
|
||||
local function dummy_send(sock, data, i, j) return (j-i)+1; end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue