summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-07-09 21:00:02 +0000
committerjoerg <joerg@FreeBSD.org>2001-07-09 21:00:02 +0000
commit8fea824b7cbaebf8418a6aa8bab0b6581c2f1ecc (patch)
treeabaa71b0db96ee149ca3eae4cb1b76165a4e4def /sys/dev
parent4850d29c4908bbb1d81fb72a4b76672a30639d86 (diff)
downloadFreeBSD-src-8fea824b7cbaebf8418a6aa8bab0b6581c2f1ecc.zip
FreeBSD-src-8fea824b7cbaebf8418a6aa8bab0b6581c2f1ecc.tar.gz
Hmpf, remove two variables that got unused by rev 1.214.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fdc/fdc.c3
1 files changed, 1 insertions, 2 deletions
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);
OpenPOWER on IntegriCloud