diff options
Diffstat (limited to 'coreutils/logname.c')
-rw-r--r-- | coreutils/logname.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ | |||
23 | #include "internal.h" | 23 | #include "internal.h" |
24 | #include <stdio.h> | 24 | #include <stdio.h> |
25 | 25 | ||
26 | static const char logname_usage[] = "logname\n" | ||
27 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
28 | "\nPrint the name of the current user.\n" | ||
29 | #endif | ||
30 | ; | ||
31 | |||
32 | extern int logname_main(int argc, char **argv) | 26 | extern int logname_main(int argc, char **argv) |
33 | { | 27 | { |
34 | char *user = xmalloc(9); | 28 | char *user = xmalloc(9); |