OSDN Git Service

Remove redundant qemu_rearm_alarm_timer() in qemu_del_timer, patch by Dan Kenigsberg.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Oct 2007 19:59:04 +0000 (19:59 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 4 Oct 2007 19:59:04 +0000 (19:59 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3326 c046a42c-6fe2-441c-8c8c-71466251a162

vl.c

diff --git a/vl.c b/vl.c
index c34f959..ebd5dbf 100644 (file)
--- a/vl.c
+++ b/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