diff --git a/sys/i386/isa/wfd.c b/sys/i386/isa/wfd.c index 696e98eb38fa..4a19d7914610 100644 --- a/sys/i386/isa/wfd.c +++ b/sys/i386/isa/wfd.c @@ -124,9 +124,6 @@ struct cappage { u_char reserved30[2]; }; -/* misuse a flag to identify format operation */ -#define B_FORMAT B_XXX - struct wfd { struct atapi *ata; /* Controller structure */ int unit; /* IDE bus drive unit */ diff --git a/sys/pc98/pc98/wfd.c b/sys/pc98/pc98/wfd.c index 696e98eb38fa..4a19d7914610 100644 --- a/sys/pc98/pc98/wfd.c +++ b/sys/pc98/pc98/wfd.c @@ -124,9 +124,6 @@ struct cappage { u_char reserved30[2]; }; -/* misuse a flag to identify format operation */ -#define B_FORMAT B_XXX - struct wfd { struct atapi *ata; /* Controller structure */ int unit; /* IDE bus drive unit */