diff options
Diffstat (limited to 'hw/ptimer.c')
-rw-r--r-- | hw/ptimer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ptimer.c b/hw/ptimer.c index b772ca2987..9d3862724d 100644 --- a/hw/ptimer.c +++ b/hw/ptimer.c @@ -192,4 +192,3 @@ ptimer_state *ptimer_init(QEMUBH *bh) s->timer = qemu_new_timer(vm_clock, ptimer_tick, s); return s; } - |