svn commit: r318745 - head/sys/contrib/ipfilter/netinet

Cy Schubert cy at FreeBSD.org
Tue May 23 14:39:00 UTC 2017


Author: cy
Date: Tue May 23 14:38:59 2017
New Revision: 318745
URL: https://svnweb.freebsd.org/changeset/base/318745

Log:
  Remove redundant variable declaration.
  
  MFC after:	3 days

Modified:
  head/sys/contrib/ipfilter/netinet/ip_nat.c

Modified: head/sys/contrib/ipfilter/netinet/ip_nat.c
==============================================================================
--- head/sys/contrib/ipfilter/netinet/ip_nat.c	Tue May 23 13:57:55 2017	(r318744)
+++ head/sys/contrib/ipfilter/netinet/ip_nat.c	Tue May 23 14:38:59 2017	(r318745)
@@ -1677,10 +1677,6 @@ ipf_nat_siocdelnat(softc, softn, n, getl
 	ipnat_t *n;
 	int getlock;
 {
-#ifdef IPF_NAT6
-	int i;
-#endif
-
 	if (getlock) {
 		WRITE_ENTER(&softc->ipf_nat);
 	}


More information about the svn-src-head mailing list