mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Kenigsberg.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3326 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
49a9b72568
commit
30d6eaca96
1 changed files with 0 additions and 2 deletions
2
vl.c
2
vl.c
|
@ -988,8 +988,6 @@ void qemu_del_timer(QEMUTimer *ts)
|
|||
}
|
||||
pt = &t->next;
|
||||
}
|
||||
|
||||
qemu_rearm_alarm_timer(alarm_timer);
|
||||
}
|
||||
|
||||
/* modify the current timer so that it will be fired when current_time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue