From ec7e619d54d66a50828c8bb429025c529f90e77d Mon Sep 17 00:00:00 2001 From: bz Date: Fri, 30 Jan 2009 23:40:24 +0000 Subject: Remove 4 entirely unsued ip6 variables. Leave then in struct vinet6 to not break the ABI with kernel modules but mark them for removal so we can do it in one batch when the time is right. MFC after: 1 month --- sys/netinet6/ip6_input.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/netinet6/ip6_input.c') diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 38ead34..1aaf0b2 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -145,11 +145,6 @@ extern int udp6_sendspace; extern int udp6_recvspace; extern struct route_in6 ip6_forward_rt; - -int ip6_forward_srcrt; /* XXX */ -int ip6_sourcecheck; /* XXX */ -int ip6_sourcecheck_interval; /* XXX */ -int ip6_ours_check_algorithm; #endif struct pfil_head inet6_pfil_hook; -- cgit v1.1