diff options
author | Kim Alvefur <zash@zash.se> | 2019-07-26 21:23:53 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-07-26 21:23:53 +0200 |
commit | a2e98728c048d8457d9947017e611cfc57b1baa3 (patch) | |
tree | 2cbce89253d2eaa6e822fc2b3b952258130cc8f9 /net | |
parent | 5652bd1b40edb6a20eb85c0b7ab809ed59aab395 (diff) | |
download | prosody-a2e98728c048d8457d9947017e611cfc57b1baa3.tar.gz prosody-a2e98728c048d8457d9947017e611cfc57b1baa3.zip |
net.server_epoll: Remove unused local [luacheck]
Diffstat (limited to 'net')
-rw-r--r-- | net/server_epoll.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/server_epoll.lua b/net/server_epoll.lua index 1ae92d87..ccf46928 100644 --- a/net/server_epoll.lua +++ b/net/server_epoll.lua @@ -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; |