summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_fw2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/ip_fw2.c')
-rw-r--r--sys/netinet/ip_fw2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c
index c079970..f9c48be 100644
--- a/sys/netinet/ip_fw2.c
+++ b/sys/netinet/ip_fw2.c
@@ -43,8 +43,6 @@
#endif /* INET */
#endif
-#define IPFW2 1
-#if IPFW2
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/condvar.h>
@@ -3947,5 +3945,3 @@ ipfw_destroy(void)
IPFW_LOCK_DESTROY(&layer3_chain);
printf("IP firewall unloaded\n");
}
-
-#endif /* IPFW2 */
OpenPOWER on IntegriCloud