net.server_epoll: Remove unused local [luacheck]

This commit is contained in:
Kim Alvefur 2019-07-26 21:23:53 +02:00
parent 3ecb639c71
commit ad9b431b8c

View file

@ -9,7 +9,6 @@
local t_insert = table.insert;
local t_concat = table.concat;
local setmetatable = setmetatable;
local tostring = tostring;
local pcall = pcall;
local type = type;
local next = next;