remove dead code

Submitted by:	Coverity Prevent analysis tool
This commit is contained in:
Sam Leffler 2005-02-22 19:02:24 +00:00
parent eb01f10be1
commit 3cdbd5fb04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142255

View file

@ -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)