mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
86edd75342
commit
cc5bdb7978
1 changed files with 0 additions and 4 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue