diff options
Diffstat (limited to 'sync.c')
-rw-r--r-- | sync.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -24,13 +24,6 @@ | |||
24 | #include "internal.h" | 24 | #include "internal.h" |
25 | #include <stdio.h> | 25 | #include <stdio.h> |
26 | 26 | ||
27 | const char sync_usage[] = | ||
28 | "sync\n" | ||
29 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
30 | "\nWrite all buffered filesystem blocks to disk.\n" | ||
31 | #endif | ||
32 | ; | ||
33 | |||
34 | extern int sync_main(int argc, char **argv) | 27 | extern int sync_main(int argc, char **argv) |
35 | { | 28 | { |
36 | if (argc > 1 && **(argv + 1) == '-') | 29 | if (argc > 1 && **(argv + 1) == '-') |