summaryrefslogtreecommitdiffstats
path: root/util/throttle.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/throttle.c')
-rw-r--r--util/throttle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/throttle.c b/util/throttle.c
index b38e742da5..81f247a8d1 100644
--- a/util/throttle.c
+++ b/util/throttle.c
@@ -247,7 +247,6 @@ static void throttle_timer_destroy(QEMUTimer **timer)
{
assert(*timer != NULL);
- timer_del(*timer);
timer_free(*timer);
*timer = NULL;
}