mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove redundant variable declaration.
MFC after: 3 days
This commit is contained in:
parent
55b78354f6
commit
59c8837dfa
1 changed files with 0 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue