Remove redundant variable declaration.

MFC after:	3 days
This commit is contained in:
Cy Schubert 2017-05-23 14:38:59 +00:00
parent 55b78354f6
commit 59c8837dfa

View file

@ -1677,10 +1677,6 @@ ipf_nat_siocdelnat(softc, softn, n, getlock)
ipnat_t *n;
int getlock;
{
#ifdef IPF_NAT6
int i;
#endif
if (getlock) {
WRITE_ENTER(&softc->ipf_nat);
}