Remove a somewhat odd #if that is always true (NOLTR will be always

1 or more if this file is being compiled)
This commit is contained in:
Peter Wemm 2000-01-29 18:38:31 +00:00
parent 86edd75342
commit cc5bdb7978

View File

@ -38,8 +38,6 @@
#include "oltr.h"
#include "opt_inet.h"
#if (NOLTR + NPCI) > 0
/*#define TRlldInlineIO*/
#define ISA_ADAPTERS (OC_3115 | OC_3117 | OC_3118)
@ -1487,5 +1485,3 @@ DriverRepInDword(IOAddress, DataPointer, DWordCount)
insl(IOAddress, (void *)DataPointer, DWordCount);
}
#endif /* TRlldInlineIO */
#endif /* NOLTR */