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