From 63111b69cce420886ba7bfb8e367bd6c6969c1b6 Mon Sep 17 00:00:00 2001 From: Alex Bligh Date: Wed, 21 Aug 2013 16:03:00 +0100 Subject: aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline Remove qemu_clock_deadline and qemu_timerlist_deadline now we are using the ns functions throughout. Signed-off-by: Alex Bligh Signed-off-by: Stefan Hajnoczi --- include/qemu/timer.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'include/qemu') diff --git a/include/qemu/timer.h b/include/qemu/timer.h index d0fb7b60f6..21f481034d 100644 --- a/include/qemu/timer.h +++ b/include/qemu/timer.h @@ -140,7 +140,6 @@ bool qemu_clock_has_timers(QEMUClock *clock); * an expired timer */ bool qemu_clock_expired(QEMUClock *clock); -int64_t qemu_clock_deadline(QEMUClock *clock); /** * qemu_clock_deadline_ns: @@ -245,21 +244,6 @@ bool timerlist_has_timers(QEMUTimerList *timer_list); */ bool timerlist_expired(QEMUTimerList *timer_list); -/** - * timerlist_deadline: - * @timer_list: the timer list to operate on - * - * Determine the deadline for a timer_list. This is - * a legacy function which returns INT32_MAX if the - * timer list has no timers or if the earliest timer - * expires later than INT32_MAX nanoseconds away. - * - * Returns: the number of nanoseconds until the earliest - * timer expires or INT32_MAX in the situations listed - * above - */ -int64_t timerlist_deadline(QEMUTimerList *timer_list); - /** * timerlist_deadline_ns: * @timer_list: the timer list to operate on -- cgit v1.2.1