diff options
Diffstat (limited to 'coreutils/test.c')
-rw-r--r-- | coreutils/test.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/test.c b/coreutils/test.c index 79db8cbb6..9c66cbb87 100644 --- a/coreutils/test.c +++ b/coreutils/test.c @@ -38,9 +38,6 @@ #include <stdlib.h> #include <string.h> #include "busybox.h" -#define BB_DECLARE_EXTERN -#define bb_need_help -#include "messages.c" /* test(1) accepts the following grammar: oexpr ::= aexpr | aexpr "-o" oexpr ; |