Commit 30d6eaca96a4f9fd93e42267dceff70d421d6f9e
1 parent
49a9b725
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
Showing
1 changed file
with
0 additions
and
2 deletions
vl.c
| @@ -988,8 +988,6 @@ void qemu_del_timer(QEMUTimer *ts) | @@ -988,8 +988,6 @@ void qemu_del_timer(QEMUTimer *ts) | ||
| 988 | } | 988 | } |
| 989 | pt = &t->next; | 989 | pt = &t->next; |
| 990 | } | 990 | } |
| 991 | - | ||
| 992 | - qemu_rearm_alarm_timer(alarm_timer); | ||
| 993 | } | 991 | } |
| 994 | 992 | ||
| 995 | /* modify the current timer so that it will be fired when current_time | 993 | /* modify the current timer so that it will be fired when current_time |