summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pstat/pstat.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-10-10 05:19:11 +0000
committerdg <dg@FreeBSD.org>1994-10-10 05:19:11 +0000
commit6134378e436571766f976124e72f838995a13eb9 (patch)
tree01ccdd8ccf21ce0c9ac37e076777f4149e4f8b9b /usr.sbin/pstat/pstat.c
parent59cd879bacc2785cd91373bbf02f0379d588abd2 (diff)
downloadFreeBSD-src-6134378e436571766f976124e72f838995a13eb9.zip
FreeBSD-src-6134378e436571766f976124e72f838995a13eb9.tar.gz
Clean up after last commit: get rid of some unused variables.
Diffstat (limited to 'usr.sbin/pstat/pstat.c')
-rw-r--r--usr.sbin/pstat/pstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c
index 80305e8..5e22d39 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;
OpenPOWER on IntegriCloud