aboutsummaryrefslogtreecommitdiff
path: root/stubs/cpu-get-icount.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/cpu-get-icount.c')
-rw-r--r--stubs/cpu-get-icount.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stubs/cpu-get-icount.c b/stubs/cpu-get-icount.c
index b35f844638..4001613240 100644
--- a/stubs/cpu-get-icount.c
+++ b/stubs/cpu-get-icount.c
@@ -14,8 +14,3 @@ int64_t cpu_get_icount_raw(void)
{
abort();
}
-
-void qemu_timer_notify_cb(void *opaque, QEMUClockType type)
-{
- qemu_notify_event();
-}