diff options
author | phk <phk@FreeBSD.org> | 1999-10-04 07:40:23 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1999-10-04 07:40:23 +0000 |
commit | 65f7b2e95b3f38eb1f69e19923dcd0a9cc406719 (patch) | |
tree | 69a05131bea08f5e296302c2ae3f6037548c5d01 /sys/pc98 | |
parent | 22eb72a42c5f9866063392645515c1a7c4406150 (diff) | |
download | FreeBSD-src-65f7b2e95b3f38eb1f69e19923dcd0a9cc406719.zip FreeBSD-src-65f7b2e95b3f38eb1f69e19923dcd0a9cc406719.tar.gz |
Remove unused B_FORMAT #define
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/pc98/wfd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pc98/pc98/wfd.c b/sys/pc98/pc98/wfd.c index 696e98e..4a19d79 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 */ |