diff options
-rw-r--r-- | sys/pc98/cbus/fdc.c | 1 | ||||
-rw-r--r-- | sys/pc98/pc98/fd.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/cbus/fdc.c b/sys/pc98/cbus/fdc.c index 6dc029a..bbff21b 100644 --- a/sys/pc98/cbus/fdc.c +++ b/sys/pc98/cbus/fdc.c @@ -899,7 +899,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; diff --git a/sys/pc98/pc98/fd.c b/sys/pc98/pc98/fd.c index 6dc029a..bbff21b 100644 --- a/sys/pc98/pc98/fd.c +++ b/sys/pc98/pc98/fd.c @@ -899,7 +899,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; |