mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
remove dead code
Submitted by: Coverity Prevent analysis tool
This commit is contained in:
parent
eb01f10be1
commit
3cdbd5fb04
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142255
@ -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 @@ union_mount(mp, td)
|
||||
/* XXX other fields */
|
||||
free(um, M_UNIONFSMNT);
|
||||
}
|
||||
if (cred)
|
||||
crfree(cred);
|
||||
if (upperrootvp)
|
||||
vrele(upperrootvp);
|
||||
if (lowerrootvp)
|
||||
|
Loading…
Reference in New Issue
Block a user