]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: qemuxml2argv: remove unused DO_TEST_CAPS* macros
authorCole Robinson <crobinso@redhat.com>
Thu, 14 Mar 2019 13:41:58 +0000 (09:41 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 21 Mar 2019 16:43:02 +0000 (12:43 -0400)
They are potentially useful at the moment, but we will be making
things much more flexible

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
tests/qemuxml2argvtest.c

index 7ba2145b580ad4fc90d99ccfd1c6e6e1143b0b03..52d093d0d0a2e5e613409771a4585cda1a086f2d 100644 (file)
@@ -845,16 +845,6 @@ mymain(void)
 # define DO_TEST_CAPS_LATEST_PARSE_ERROR(name) \
     DO_TEST_CAPS_ARCH_LATEST_FULL(name, "x86_64", FLAG_EXPECT_PARSE_ERROR, 0)
 
-/**
- * The following test macros should be used only in cases when the tests require
- * testing of some non-standard combination of capability flags
- */
-# define DO_TEST_CAPS_FULL(name, flags, parseFlags, ver) \
-    DO_TEST_CAPS_ARCH(name, NULL, flags, parseFlags, GIC_NONE, "x86_64", ver)
-
-# define DO_TEST_CAPS(name, ver) \
-    DO_TEST_CAPS_FULL(name, 0, 0, ver)
-
 # define DO_TEST_FULL(name, ...) \
     do { \
         static struct testInfo info = { \