diff options
-rw-r--r-- | sys/netinet/ip_fw2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/ip_fw2.c b/sys/netinet/ip_fw2.c index 0f8923f..d2e688f 100644 --- a/sys/netinet/ip_fw2.c +++ b/sys/netinet/ip_fw2.c @@ -903,8 +903,6 @@ ipfw_log(struct ip_fw *f, u_int hlen, struct ip_fw_args *args, struct icmphdr *icmp; struct tcphdr *tcp; struct udphdr *udp; - /* Initialize to make compiler happy. */ - struct ip *ip = NULL; #ifdef INET6 struct ip6_hdr *ip6 = NULL; struct icmp6_hdr *icmp6; |