From 6d6699851ebaea19a8b1f259916f1407ddeb6b3a Mon Sep 17 00:00:00 2001 From: Anton Shestakov Date: Sat, 9 Jul 2016 00:58:16 +0800 Subject: [PATCH] net.adns: remove unused local variables t_insert and t_remove [luacheck] --- net/adns.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/net/adns.lua b/net/adns.lua index d3da2065..0b7247ed 100644 --- a/net/adns.lua +++ b/net/adns.lua @@ -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 -- 2.30.2