aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_subr.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1997-11-07 08:53:44 +0000
commit4a11ca4e29ff701a15b6c4de4e99483f97182ea6 (patch)
treed25f628a9aba608f64fe75989d2287c6480e8b0b /sys/kern/vfs_subr.c
parentfbff0da4c8b49e614414ea85874ca2eace160515 (diff)
Remove a bunch of variables which were unused both in GENERIC and LINT.
Found by: -Wunused
Notes
Notes: svn path=/head/; revision=31016
Diffstat (limited to 'sys/kern/vfs_subr.c')
-rw-r--r--sys/kern/vfs_subr.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index ebc4dc3ecfa3..412bb884b3df 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)vfs_subr.c 8.31 (Berkeley) 5/26/95
- * $Id: vfs_subr.c,v 1.110 1997/10/12 20:24:26 phk Exp $
+ * $Id: vfs_subr.c,v 1.111 1997/10/26 20:55:07 phk Exp $
*/
/*
@@ -650,7 +650,6 @@ void
pbrelvp(bp)
register struct buf *bp;
{
- struct vnode *vp;
#if defined(DIAGNOSTIC)
if (bp->b_vp == (struct vnode *) 0)
@@ -1626,6 +1625,7 @@ sysctl_ovfs_conf SYSCTL_HANDLER_ARGS
int kinfo_vdebug = 1;
int kinfo_vgetfailed;
+#if 0
#define KINFO_VNODESLOP 10
/*
* Dump vnode list (via sysctl).
@@ -1686,6 +1686,7 @@ again:
return (0);
}
+#endif
/*
* XXX