diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-09 01:09:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-05-09 01:09:17 +0000 |
commit | 00492bedb28afe66a06f37922ce39758a0d2ca65 (patch) | |
tree | 00ebd34cf6414df5c6a70cd4161f11c970aadbe7 | |
parent | b0638ba8f75fdbfd70c57cd47853a0ca4ddc1e2c (diff) |
kinfo_vgetfailed has not been used for > 8 years
-rw-r--r-- | sys/kern/vfs_subr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 764a3f91ff0..d833e4e74e6 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vfs_subr.c,v 1.144 2007/04/13 17:09:22 thib Exp $ */ +/* $OpenBSD: vfs_subr.c,v 1.145 2007/05/09 01:09:16 deraadt Exp $ */ /* $NetBSD: vfs_subr.c,v 1.53 1996/04/22 01:39:13 christos Exp $ */ /* @@ -1350,7 +1350,6 @@ vfs_sysctl(int *name, u_int namelen, void *oldp, size_t *oldlenp, void *newp, } int kinfo_vdebug = 1; -int kinfo_vgetfailed; #define KINFO_VNODESLOP 10 /* * Dump vnode list (via sysctl). |