diff options
author | Warner Losh <imp@FreeBSD.org> | 1999-10-25 04:28:53 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1999-10-25 04:28:53 +0000 |
commit | 822ddbd8f7ac0899d5fe875741184bc7583bde7f (patch) | |
tree | 3b01888519257c5893cc49529087c2d5a367fe5d /sys/dev/aha | |
parent | ef014f2cabb1fc6ab6960b63d1088941a9134aa8 (diff) |
Notes
Diffstat (limited to 'sys/dev/aha')
-rw-r--r-- | sys/dev/aha/aha.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index 6b15268b86dba..1baeefeddd142 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -83,7 +83,6 @@ struct aha_softc *aha_softcs[NAHATOT]; -#define MIN(a, b) ((a) < (b) ? (a) : (b)) #define PRVERB(x) if (bootverbose) printf x /* Macro to determine that a rev is potentially a new valid one |