diff options
Diffstat (limited to 'logname.c')
-rw-r--r-- | logname.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |