Changeset

10091:bd547587f48c

net.server_epoll: Remove unused local [luacheck]
author Kim Alvefur <zash@zash.se>
date Fri, 26 Jul 2019 21:23:53 +0200
parents 10090:cdcf26331b9f
children 10093:1266a63ba567
files net/server_epoll.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/net/server_epoll.lua	Thu Jul 25 12:26:07 2019 +0200
+++ b/net/server_epoll.lua	Fri Jul 26 21:23:53 2019 +0200
@@ -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;