summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-10-15 04:54:16 +0000
committernjl <njl@FreeBSD.org>2004-10-15 04:54:16 +0000
commit01775978b7eae416cf2d46c261b61e7cbfda5d90 (patch)
treed4809ffb9da50a37748e800fa98fe249cd14fb12 /sys/dev
parent96cc1120918fd24ae6cefee604e22fbe157805a0 (diff)
downloadFreeBSD-src-01775978b7eae416cf2d46c261b61e7cbfda5d90.zip
FreeBSD-src-01775978b7eae416cf2d46c261b61e7cbfda5d90.tar.gz
Remove unused variable. Pointy hat candidate.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/fdc/fdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fdc/fdc.c b/sys/dev/fdc/fdc.c
index c17e5f2..ecbc850 100644
--- a/sys/dev/fdc/fdc.c
+++ b/sys/dev/fdc/fdc.c
@@ -1682,7 +1682,6 @@ fdc_detach(device_t dev)
device_t
fdc_add_child(device_t dev, const char *name, int unit)
{
- int flags;
struct fdc_ivars *ivar;
device_t child;
OpenPOWER on IntegriCloud