Commit 9be3a155 authored by Max Kellermann's avatar Max Kellermann

event/MultiSocketMonitor: remove duplicate IdleMonitor::Schedule() call

SetReady() does this already.
parent 77647195
...@@ -228,7 +228,6 @@ private: ...@@ -228,7 +228,6 @@ private:
void OnTimeout() noexcept { void OnTimeout() noexcept {
SetReady(); SetReady();
IdleMonitor::Schedule();
} }
virtual void OnIdle() noexcept final; virtual void OnIdle() noexcept final;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment