mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-24 20:25:00 +00:00
remove unused function
This commit is contained in:
@@ -71,10 +71,6 @@ impl TimerTable {
|
||||
self.timeout_queue.push(TimerEntry { time, timer });
|
||||
}
|
||||
|
||||
pub(super) fn get(&self, timer: Timer) -> Option<Instant> {
|
||||
self.most_recent_timeout.get(&timer).copied()
|
||||
}
|
||||
|
||||
pub(super) fn stop(&mut self, timer: Timer) {
|
||||
self.most_recent_timeout.remove(&timer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user