mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
emove unused variable(s).
Found by: FlexeLint
This commit is contained in:
parent
1e93e04fa9
commit
1e18ce425e
2 changed files with 0 additions and 4 deletions
|
|
@ -106,7 +106,6 @@ cd9660_lookup(ap)
|
|||
struct vnode *tdp; /* returned by cd9660_vget_internal */
|
||||
u_long bmask; /* block offset mask */
|
||||
int lockparent; /* 1 => lockparent flag is set */
|
||||
int wantparent; /* 1 => wantparent or lockparent flag */
|
||||
int error;
|
||||
ino_t ino = 0;
|
||||
int reclen;
|
||||
|
|
@ -128,7 +127,6 @@ cd9660_lookup(ap)
|
|||
dp = VTOI(vdp);
|
||||
imp = dp->i_mnt;
|
||||
lockparent = flags & LOCKPARENT;
|
||||
wantparent = flags & (LOCKPARENT|WANTPARENT);
|
||||
cnp->cn_flags &= ~PDIRUNLOCK;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -106,7 +106,6 @@ cd9660_lookup(ap)
|
|||
struct vnode *tdp; /* returned by cd9660_vget_internal */
|
||||
u_long bmask; /* block offset mask */
|
||||
int lockparent; /* 1 => lockparent flag is set */
|
||||
int wantparent; /* 1 => wantparent or lockparent flag */
|
||||
int error;
|
||||
ino_t ino = 0;
|
||||
int reclen;
|
||||
|
|
@ -128,7 +127,6 @@ cd9660_lookup(ap)
|
|||
dp = VTOI(vdp);
|
||||
imp = dp->i_mnt;
|
||||
lockparent = flags & LOCKPARENT;
|
||||
wantparent = flags & (LOCKPARENT|WANTPARENT);
|
||||
cnp->cn_flags &= ~PDIRUNLOCK;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue