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 | ad9b431b8c24e909e2f2bc693b60bf11dd130372 (patch) | |
tree | 2cbce89253d2eaa6e822fc2b3b952258130cc8f9 /net | |
parent | 3ecb639c7160f1b26eea1df1eca19aedd91257bf (diff) | |
download | prosody-ad9b431b8c24e909e2f2bc693b60bf11dd130372.tar.gz prosody-ad9b431b8c24e909e2f2bc693b60bf11dd130372.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; |