summaryrefslogtreecommitdiff
path: root/lib/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/timer.h')
-rw-r--r--lib/timer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/timer.h b/lib/timer.h
index 730205566..d2bfd86b0 100644
--- a/lib/timer.h
+++ b/lib/timer.h
@@ -26,7 +26,6 @@ struct timer {
};
long long int timer_msecs_until_expired(const struct timer *);
-long long int timer_enabled_at(const struct timer *, long long int duration);
void timer_wait(const struct timer *);
/* Causes 'timer' to expire when 'duration' milliseconds have passed.