diff options
Diffstat (limited to 'qemu-timer.h')
-rw-r--r-- | qemu-timer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu-timer.h b/qemu-timer.h index 0ea77fb767..75d567578b 100644 --- a/qemu-timer.h +++ b/qemu-timer.h @@ -37,7 +37,6 @@ extern QEMUClock *vm_clock; the virtual clock. */ extern QEMUClock *host_clock; -int64_t qemu_get_clock(QEMUClock *clock); int64_t qemu_get_clock_ns(QEMUClock *clock); void qemu_clock_enable(QEMUClock *clock, int enabled); |