diff --git a/tests/dispatch_c99.c b/tests/dispatch_c99.c index a4531e33b..0de3e1f81 100644 --- a/tests/dispatch_c99.c +++ b/tests/dispatch_c99.c @@ -21,14 +21,6 @@ #include #include -#ifdef __linux__ -// On Linux normally comes from libbsd overlay files, -// but the headers are not c99 compliant so we compile -// this test case without $(BSD_OVERLAY_CFLAGS) -#define __printflike(a,b) __attribute__((format(printf, a, b))) -#include -#endif - #include #include "dispatch_test.h"