aboutsummaryrefslogtreecommitdiff
path: root/sys/isa
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-07-09 21:00:02 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-07-09 21:00:02 +0000
commit5d54fe91722a4108bc9b5a7b632c728a76580db1 (patch)
treeabaa71b0db96ee149ca3eae4cb1b76165a4e4def /sys/isa
parent83edbfa5ffc8ab43c3e52f0c4b808e579fc23b44 (diff)
downloadsrc-5d54fe91722a4108bc9b5a7b632c728a76580db1.tar.gz
src-5d54fe91722a4108bc9b5a7b632c728a76580db1.zip
Hmpf, remove two variables that got unused by rev 1.214.
Notes
Notes: svn path=/head/; revision=79490
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/fd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index d45027850f60..09d19d73bc50 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.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);