summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c1
-rw-r--r--sys/fs/portalfs/portal_vfsops.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index c6514a9..2cd56f5 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -135,7 +135,6 @@ fdesc_root(mp, vpp, td)
struct vnode **vpp;
struct thread *td;
{
- struct thread *td = curthread; /* XXX */
struct vnode *vp;
/*
diff --git a/sys/fs/portalfs/portal_vfsops.c b/sys/fs/portalfs/portal_vfsops.c
index 5354f8d..3b2d8be 100644
--- a/sys/fs/portalfs/portal_vfsops.c
+++ b/sys/fs/portalfs/portal_vfsops.c
@@ -199,7 +199,6 @@ portal_root(mp, vpp, td)
struct vnode **vpp;
struct thread *td;
{
- struct thread *td = curthread; /* XXX */
struct vnode *vp;
/*
OpenPOWER on IntegriCloud