summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/coda_vfsops.c
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2009-01-31 17:36:22 +0000
committerbz <bz@FreeBSD.org>2009-01-31 17:36:22 +0000
commit9fd12161ca2cbe826e55cef701d4c1fdb6d79911 (patch)
tree74f6b8af4d57435e5f4c1f34cfe9b0337b48a772 /sys/fs/coda/coda_vfsops.c
parent033060866cf1aca0459bdb130e57b4184069dae6 (diff)
downloadFreeBSD-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/coda/coda_vfsops.c')
-rw-r--r--sys/fs/coda/coda_vfsops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/coda/coda_vfsops.c b/sys/fs/coda/coda_vfsops.c
index de6e855..5ce6499 100644
--- a/sys/fs/coda/coda_vfsops.c
+++ b/sys/fs/coda/coda_vfsops.c
@@ -266,7 +266,6 @@ coda_root(struct mount *vfsp, int flags, struct vnode **vpp,
struct thread *td)
{
struct coda_mntinfo *mi = vftomi(vfsp);
- struct vnode **result;
int error;
struct proc *p = td->td_proc;
CodaFid VFid;
@@ -274,7 +273,6 @@ coda_root(struct mount *vfsp, int flags, struct vnode **vpp,
ENTRY;
MARK_ENTRY(CODA_ROOT_STATS);
- result = NULL;
if (vfsp == mi->mi_vfsp) {
/*
* Cache the root across calls. We only need to pass the
OpenPOWER on IntegriCloud