From 8fea824b7cbaebf8418a6aa8bab0b6581c2f1ecc Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Jul 2001 21:00:02 +0000 Subject: Hmpf, remove two variables that got unused by rev 1.214. --- sys/dev/fdc/fdc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c index d450278..09d19d7 100644 --- a/sys/dev/fdc/fdc.c +++ b/sys/dev/fdc/fdc.c @@ -842,8 +842,7 @@ fdc_attach(device_t dev) { struct fdc_data *fdc; const char *name, *dname; - device_t *children; - int i, error, dunit, nchildren; + int i, error, dunit; fdc = device_get_softc(dev); error = fdc_alloc_resources(fdc); -- cgit v1.1