aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/ps.c5
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/*
432static void func_nice(char *buf, int size, const procps_status_t *ps)
433{
434 ps->???
435}
436
437static void func_pcpu(char *buf, int size, const procps_status_t *ps) 432static void func_pcpu(char *buf, int size, const procps_status_t *ps)
438{ 433{
439} 434}