From d36b28659f9f7589a9ef0b0293ee69534d5814a6 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 13 Jul 2004 09:46:46 +0000 Subject: Make LINT compile --- sys/fs/fdescfs/fdesc_vfsops.c | 1 - sys/fs/portalfs/portal_vfsops.c | 1 - 2 files changed, 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; /* -- cgit v1.1