MIN unused, so kill it

This commit is contained in:
Warner Losh 1999-10-25 04:28:53 +00:00
parent ef014f2cab
commit 822ddbd8f7
1 changed files with 0 additions and 1 deletions

View File

@ -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