diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-29 02:27:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-29 02:27:12 +0200 |
commit | 69be994de69d794f038f10a3e7a67519b2006581 (patch) | |
tree | 38bde17bb9065034590744d01f838a9b738a31bb | |
parent | 5d725fd627e23b4be5d5a8b843a5a9fc9bc9e410 (diff) | |
download | busybox-w32-69be994de69d794f038f10a3e7a67519b2006581.tar.gz busybox-w32-69be994de69d794f038f10a3e7a67519b2006581.tar.bz2 busybox-w32-69be994de69d794f038f10a3e7a67519b2006581.zip |
ps: tweak outdated comment, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | procps/ps.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/procps/ps.c b/procps/ps.c index 6348df5f2..eb1946d27 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -429,11 +429,6 @@ static void func_label(char *buf, int size, const procps_status_t *ps) | |||
429 | #endif | 429 | #endif |
430 | 430 | ||
431 | /* | 431 | /* |
432 | static void func_nice(char *buf, int size, const procps_status_t *ps) | ||
433 | { | ||
434 | ps->??? | ||
435 | } | ||
436 | |||
437 | static void func_pcpu(char *buf, int size, const procps_status_t *ps) | 432 | static void func_pcpu(char *buf, int size, const procps_status_t *ps) |
438 | { | 433 | { |
439 | } | 434 | } |