Remove #if NIE > 0 test, it's guaranteed to be true by config.

This commit is contained in:
Peter Wemm 2000-01-29 14:41:52 +00:00
parent 75fc24dc62
commit 2d8e7d39da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56830

View file

@ -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 */