Commit d4266d00 authored by Max Kellermann's avatar Max Kellermann

event/Loop: remove unused method TimerRecord::IsDue()

parent 8225064a
......@@ -66,10 +66,6 @@ class EventLoop final : SocketMonitor
bool operator<(const TimerRecord &other) const {
return due < other.due;
}
bool IsDue(std::chrono::steady_clock::time_point _now) const {
return _now >= due;
}
};
WakeFD wake_fd;
......
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