From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- coreutils/usleep.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'coreutils/usleep.c') diff --git a/coreutils/usleep.c b/coreutils/usleep.c index da6cca9ab..fcdf3bbf6 100644 --- a/coreutils/usleep.c +++ b/coreutils/usleep.c @@ -25,12 +25,6 @@ #include #include -const char usleep_usage[] = "usleep N\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPause for N microseconds.\n" -#endif - ; - extern int usleep_main(int argc, char **argv) { if ((argc < 2) || (**(argv + 1) == '-')) { -- cgit v1.2.3