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/logname.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'coreutils/logname.c') diff --git a/coreutils/logname.c b/coreutils/logname.c index 12ebfbde6..a0aff42d6 100644 --- a/coreutils/logname.c +++ b/coreutils/logname.c @@ -23,12 +23,6 @@ #include "internal.h" #include -static const char logname_usage[] = "logname\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nPrint the name of the current user.\n" -#endif - ; - extern int logname_main(int argc, char **argv) { char *user = xmalloc(9); -- cgit v1.2.3