aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-07-26 21:23:53 +0200
committerKim Alvefur <zash@zash.se>2019-07-26 21:23:53 +0200
commitad9b431b8c24e909e2f2bc693b60bf11dd130372 (patch)
tree2cbce89253d2eaa6e822fc2b3b952258130cc8f9
parent3ecb639c7160f1b26eea1df1eca19aedd91257bf (diff)
downloadprosody-ad9b431b8c24e909e2f2bc693b60bf11dd130372.tar.gz
prosody-ad9b431b8c24e909e2f2bc693b60bf11dd130372.zip
net.server_epoll: Remove unused local [luacheck]
-rw-r--r--net/server_epoll.lua1
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;