From e96c54247f4cb43fce3bda2aa7c8b8fde1976fc2 Mon Sep 17 00:00:00 2001 From: David Greenman Date: Mon, 10 Oct 1994 05:19:11 +0000 Subject: [PATCH] Clean up after last commit: get rid of some unused variables. --- usr.sbin/pstat/pstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 80305e857eb..5e22d39d22d 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -950,7 +950,7 @@ swapmode() { char *header; int hlen, nswap, nswdev, dmmax; - int s, e, div, i, l, avail, nfree, npfree, used; + int i, div, avail, nfree, npfree, used; struct swdevt *sw; long blocksize, *perdev; struct rlist head;