diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:20:29 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-12-05 22:20:29 +0000 |
commit | 3f834f9471d0863282b1b97ca204d78135a23ff3 (patch) | |
tree | 71cb4b4d4d2659853cb95048883a39394c88e2ff /utils/psout.c | |
parent | c7c0493a639fb1eb7f9c23fe7fa2d8b8124260a2 (diff) |
Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* psout.c (psout): Delete var REMOVE.
Diffstat (limited to 'utils/psout.c')
-rw-r--r-- | utils/psout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/psout.c b/utils/psout.c index 805131f9..df991f88 100644 --- a/utils/psout.c +++ b/utils/psout.c @@ -121,7 +121,6 @@ psout (struct proc_stat_list *procs, if (top) /* Restrict output to the top TOP entries. */ { - int remove = 0; int filter (struct proc_stat *ps) { return --top >= 0; |