hust testsuite: fix a false positive
[oweals/busybox.git] / miscutils / chrt.c
index 91b5397c48f36c2c5552858597c4e6ee6a632f5d..f2f559fd72d9909ecf3c149fcf0ceb4088bbd7b2 100644 (file)
@@ -23,9 +23,6 @@
 
 #include <sched.h>
 #include "libbb.h"
-#ifndef _POSIX_PRIORITY_SCHEDULING
-#warning your system may be foobared
-#endif
 
 static const struct {
        int policy;