diff options
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r-- | libbb/appletlib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c index 9caa04ac3..8c46d0d1b 100644 --- a/libbb/appletlib.c +++ b/libbb/appletlib.c | |||
@@ -915,11 +915,6 @@ int busybox_main(int argc UNUSED_PARAM, char **argv) | |||
915 | "\tTo run external program, use full path (/sbin/ip instead of ip).\n" | 915 | "\tTo run external program, use full path (/sbin/ip instead of ip).\n" |
916 | ) | 916 | ) |
917 | "\n" | 917 | "\n" |
918 | #if ENABLE_GLOBBING | ||
919 | "\tSupport for native Windows wildcards is enabled. In some\n" | ||
920 | "\tcases this may result in wildcards being processed twice.\n" | ||
921 | "\n" | ||
922 | #endif | ||
923 | "Currently defined functions:\n" | 918 | "Currently defined functions:\n" |
924 | ); | 919 | ); |
925 | col = 0; | 920 | col = 0; |