diff options
author | bz <bz@FreeBSD.org> | 2009-01-31 17:36:22 +0000 |
---|---|---|
committer | bz <bz@FreeBSD.org> | 2009-01-31 17:36:22 +0000 |
commit | 9fd12161ca2cbe826e55cef701d4c1fdb6d79911 (patch) | |
tree | 74f6b8af4d57435e5f4c1f34cfe9b0337b48a772 /sys/fs/udf/udf_vnops.c | |
parent | 033060866cf1aca0459bdb130e57b4184069dae6 (diff) | |
download | FreeBSD-src-9fd12161ca2cbe826e55cef701d4c1fdb6d79911.zip FreeBSD-src-9fd12161ca2cbe826e55cef701d4c1fdb6d79911.tar.gz |
Remove unused local variables.
Submitted by: Christoph Mallon christoph.mallon@gmx.de
Reviewed by: kib
MFC after: 2 weeks
Diffstat (limited to 'sys/fs/udf/udf_vnops.c')
-rw-r--r-- | sys/fs/udf/udf_vnops.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/udf/udf_vnops.c b/sys/fs/udf/udf_vnops.c index 77b11fe..b62e9ef 100644 --- a/sys/fs/udf/udf_vnops.c +++ b/sys/fs/udf/udf_vnops.c @@ -892,7 +892,6 @@ udf_lookup(struct vop_cachedlookup_args *a) struct udf_mnt *udfmp; struct fileid_desc *fid = NULL; struct udf_dirstream *ds; - struct thread *td; u_long nameiop; u_long flags; char *nameptr; @@ -909,7 +908,6 @@ udf_lookup(struct vop_cachedlookup_args *a) nameptr = a->a_cnp->cn_nameptr; namelen = a->a_cnp->cn_namelen; fsize = le64toh(node->fentry->inf_len); - td = a->a_cnp->cn_thread; /* * If this is a LOOKUP and we've already partially searched through |