]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: Drop dead code
authorAndrea Bolognani <abologna@redhat.com>
Thu, 30 Mar 2023 13:25:31 +0000 (15:25 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 4 Apr 2023 08:52:15 +0000 (10:52 +0200)
Left behind by commit 35eb484 ("tests: remove firewalld
backend tests from virfirewalltest.c").

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/virfirewalltest.c

index 51c800633145585724ac4764b87deb1a6433681b..e676a434c8dd6e540cf022776553037ebf2fbf3c 100644 (file)
@@ -788,10 +788,6 @@ mymain(void)
     return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
 }
 
-# if 0
-VIR_TEST_MAIN_PRELOAD(mymain, VIR_TEST_MOCK("virgdbus"),
-                      VIR_TEST_MOCK("virfirewall"))
-# endif
 VIR_TEST_MAIN_PRELOAD(mymain, VIR_TEST_MOCK("virfirewall"))
 
 #else /* ! defined (__linux__) */