From 2d8e7d39daa6dbad05b1a6da080ef94614b7473c Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sat, 29 Jan 2000 14:41:52 +0000 Subject: [PATCH] Remove #if NIE > 0 test, it's guaranteed to be true by config. --- sys/dev/ie/if_ie.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index dbb8f7ec756..0b6736f441c 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -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 */