diff options
author | dg <dg@FreeBSD.org> | 1994-10-10 05:19:11 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-10-10 05:19:11 +0000 |
commit | 6134378e436571766f976124e72f838995a13eb9 (patch) | |
tree | 01ccdd8ccf21ce0c9ac37e076777f4149e4f8b9b /usr.sbin/pstat | |
parent | 59cd879bacc2785cd91373bbf02f0379d588abd2 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
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; |