Software /
code /
prosody
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 |
parent | 10089:90e459f48cbd |
child | 10098: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;