Clean up after last commit: get rid of some unused variables.

This commit is contained in:
dg 1994-10-10 05:19:11 +00:00
parent f46aceebcf
commit 46f1b78864

View File

@ -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;