Mercurial > prosody-hg
diff net/server_epoll.lua @ 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 | 90e459f48cbd |
| children | dda1c7ccb209 |
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;
