summaryrefslogtreecommitdiff
path: root/src/event/Loop.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/event/Loop.hxx')
-rw-r--r--src/event/Loop.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/event/Loop.hxx b/src/event/Loop.hxx
index 706697e7c..895a7f553 100644
--- a/src/event/Loop.hxx
+++ b/src/event/Loop.hxx
@@ -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;