net.adns: remove unused local variables t_insert and t_remove [luacheck]

This commit is contained in:
Anton Shestakov 2016-07-09 00:58:16 +08:00
parent 2a2ade5de5
commit 45af943ce3

View file

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