From: Cole Robinson Date: Thu, 14 Mar 2019 13:41:58 +0000 (-0400) Subject: tests: qemuxml2argv: remove unused DO_TEST_CAPS* macros X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0ea2bd054fc685d1186dabeb4bd9e14f8f33ce69;p=libvirt.git tests: qemuxml2argv: remove unused DO_TEST_CAPS* macros They are potentially useful at the moment, but we will be making things much more flexible Reviewed-by: Andrea Bolognani Signed-off-by: Cole Robinson --- diff --git a/tests/qemuxml2argvtest.c b/tests/qemuxml2argvtest.c index 7ba2145b58..52d093d0d0 100644 --- a/tests/qemuxml2argvtest.c +++ b/tests/qemuxml2argvtest.c @@ -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 = { \