mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.server_epoll: Remove commented out code
This commit is contained in:
parent
1fdfd19e4f
commit
feef5c41f1
1 changed files with 0 additions and 10 deletions
|
@ -76,16 +76,6 @@ local function runtimers(next_delay)
|
|||
resort_timers = false;
|
||||
end
|
||||
|
||||
--[[ Is it worth it to skip the noop calls?
|
||||
for i = #timers, 1, -1 do
|
||||
if timers[i][2] == noop then
|
||||
timers[i] = nil;
|
||||
else
|
||||
break;
|
||||
end
|
||||
end
|
||||
--]]
|
||||
|
||||
-- Iterate from the end and remove completed timers
|
||||
for i = #timers, 1, -1 do
|
||||
local timer = timers[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue