From fd1976ec67f86f79d6e1b28a4270f6779130ba8a Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 4 Oct 1999 07:40:23 +0000 Subject: Remove unused B_FORMAT #define --- sys/i386/isa/wfd.c | 3 --- sys/pc98/pc98/wfd.c | 3 --- 2 files changed, 6 deletions(-) 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 */ -- cgit v1.3