mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
remove dead code
Submitted by: Coverity Prevent analysis tool
This commit is contained in:
parent
eb01f10be1
commit
3cdbd5fb04
1 changed files with 0 additions and 3 deletions
|
|
@ -73,7 +73,6 @@ union_mount(mp, td)
|
|||
struct vnode *upperrootvp = NULLVP;
|
||||
struct union_mount *um = 0;
|
||||
struct vattr va;
|
||||
struct ucred *cred = 0;
|
||||
char *cp = 0, *target;
|
||||
int op;
|
||||
int len;
|
||||
|
|
@ -312,8 +311,6 @@ bad:
|
|||
/* XXX other fields */
|
||||
free(um, M_UNIONFSMNT);
|
||||
}
|
||||
if (cred)
|
||||
crfree(cred);
|
||||
if (upperrootvp)
|
||||
vrele(upperrootvp);
|
||||
if (lowerrootvp)
|
||||
|
|
|
|||
Loading…
Reference in a new issue