diff options
-rw-r--r-- | sys/dev/fdc/fdc.c | 1 |
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; |