diff options
author | imp <imp@FreeBSD.org> | 1999-10-25 04:28:53 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-10-25 04:28:53 +0000 |
commit | 10abd6779273518f29f428d2c7758da20a1cc0bf (patch) | |
tree | 3b01888519257c5893cc49529087c2d5a367fe5d /sys/dev/aha | |
parent | e72875ec2523eee9ec81846d66438373b4d09c56 (diff) | |
download | FreeBSD-src-10abd6779273518f29f428d2c7758da20a1cc0bf.zip FreeBSD-src-10abd6779273518f29f428d2c7758da20a1cc0bf.tar.gz |
MIN unused, so kill it
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 6b15268..1baeefe 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 |