diff options
Diffstat (limited to 'ps.c')
-rw-r--r-- | ps.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -114,14 +114,6 @@ static void parse_proc_status(char *S, proc_t * P) | |||
114 | 114 | ||
115 | } | 115 | } |
116 | 116 | ||
117 | const char ps_usage[] = | ||
118 | "ps\n" | ||
119 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
120 | "\nReport process status\n" | ||
121 | "\nThis version of ps accepts no options.\n" | ||
122 | #endif | ||
123 | ; | ||
124 | |||
125 | extern int ps_main(int argc, char **argv) | 117 | extern int ps_main(int argc, char **argv) |
126 | { | 118 | { |
127 | proc_t p; | 119 | proc_t p; |