From 731a29fabacb6a8bcbd5ae7ded1df467fdcf15a7 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 20 Aug 2019 21:23:56 +0200 Subject: tests: Remove unnecessary global_qtest references We are going to remove global_qtest from the main libqtest library soon, so tests that do not urgently need global_qtest anymore should be cleaned from the unnecessary references. Message-Id: <20190904130047.25808-5-thuth@redhat.com> Reviewed-by: Eric Blake Reviewed-by: Stefan Hajnoczi Signed-off-by: Thomas Huth --- tests/ahci-test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/ahci-test.c') diff --git a/tests/ahci-test.c b/tests/ahci-test.c index 086811e602..c8d42ceea0 100644 --- a/tests/ahci-test.c +++ b/tests/ahci-test.c @@ -200,7 +200,6 @@ static void ahci_shutdown(AHCIQState *ahci) { QOSState *qs = ahci->parent; - assert(!global_qtest); ahci_clean_mem(ahci); free_ahci_device(ahci->dev); g_free(ahci); -- cgit 1.4.1