diff --git a/libmacro/test_libmacro.c b/libmacro/test_libmacro.c index 53e119b6..b946fe75 100644 --- a/libmacro/test_libmacro.c +++ b/libmacro/test_libmacro.c @@ -52,9 +52,7 @@ void unused_macro_tests(void) UNUSED(sizeof(char) == 1); UNUSED(sizeof(char) == 1, i); - UNUSED(a, sizeof(char) == 1, b); - UNUSED(0, i, "Yummy!", a, b, 'a', NULL, 3.141592654); const char *duh = "Suck less!"; UNUSED(duh);