From cc5bdb79783637fe174aaec814a5f7bbe010514a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Jan 2000 18:38:31 +0000 Subject: [PATCH] Remove a somewhat odd #if that is always true (NOLTR will be always 1 or more if this file is being compiled) --- sys/contrib/dev/oltr/if_oltr.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sys/contrib/dev/oltr/if_oltr.c b/sys/contrib/dev/oltr/if_oltr.c index 902de629a9c..5fc39a57a3e 100644 --- a/sys/contrib/dev/oltr/if_oltr.c +++ b/sys/contrib/dev/oltr/if_oltr.c @@ -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 */