mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove #if NIE > 0 test, it's guaranteed to be true by config.
This commit is contained in:
parent
75fc24dc62
commit
2d8e7d39da
1 changed files with 0 additions and 2 deletions
|
|
@ -107,7 +107,6 @@ iomem and and with 0xffff.
|
|||
*/
|
||||
|
||||
#include "ie.h"
|
||||
#if NIE > 0
|
||||
#include "opt_inet.h"
|
||||
#include "opt_ipx.h"
|
||||
|
||||
|
|
@ -2321,4 +2320,3 @@ print_rbd(volatile struct ie_recv_buf_desc * rbd)
|
|||
}
|
||||
|
||||
#endif /* DEBUG */
|
||||
#endif /* NIE > 0 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue