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 | |
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.
-rw-r--r-- | utils/ChangeLog | 4 | ||||
-rw-r--r-- | utils/psout.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index b1872e6d..731f4df8 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,3 +1,7 @@ +Sat Nov 23 16:30:16 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu> + + * psout.c (psout): Delete var REMOVE. + Fri Nov 15 19:05:46 1996 Miles Bader <miles@gnu.ai.mit.edu> * w.c (read_utmp_procs): Function removed. 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; |