summary refs log tree commit diff stats
path: root/tests/qtest/libqos/libqos-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/libqos/libqos-malloc.c')
-rw-r--r--tests/qtest/libqos/libqos-malloc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/qtest/libqos/libqos-malloc.c b/tests/qtest/libqos/libqos-malloc.c
index d7566972c4..c90f8f03f4 100644
--- a/tests/qtest/libqos/libqos-malloc.c
+++ b/tests/qtest/libqos/libqos-malloc.c
@@ -342,5 +342,4 @@ void migrate_allocator(QGuestAllocator *src,
     QTAILQ_INIT(src->free);
     node = mlist_new(src->start, src->end - src->start);
     QTAILQ_INSERT_HEAD(src->free, node, MLIST_ENTNAME);
-    return;
 }