summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx/if_vx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/vx/if_vx.c')
-rw-r--r--sys/dev/vx/if_vx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c
index cbee001..70fc711 100644
--- a/sys/dev/vx/if_vx.c
+++ b/sys/dev/vx/if_vx.c
@@ -55,7 +55,6 @@
*/
#include "vx.h"
-#if NVX > 0
#if NVX < 4 /* These cost 4 bytes apiece, so give us 4 */
#undef NVX
@@ -1077,5 +1076,3 @@ vxmbufempty(sc)
untimeout(vxmbuffill, sc, sc->ch);
splx(s);
}
-
-#endif /* NVX > 0 */
OpenPOWER on IntegriCloud