From 2401f27c2505d12673a8d40258db0919e009ac68 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 4 Aug 1997 07:31:36 +0000 Subject: [PATCH] remove unused MAXVNODEUSE macro. --- sys/kern/vfs_cache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/kern/vfs_cache.c b/sys/kern/vfs_cache.c index 43725a5ab921..0e55914d3014 100644 --- a/sys/kern/vfs_cache.c +++ b/sys/kern/vfs_cache.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * @(#)vfs_cache.c 8.5 (Berkeley) 3/22/95 - * $Id: vfs_cache.c,v 1.24 1997/03/08 15:22:14 bde Exp $ + * $Id: vfs_cache.c,v 1.25 1997/05/04 09:17:28 phk Exp $ */ #include @@ -48,7 +48,6 @@ #include #include -#define MAXVNODEUSE 32 /* * Name caching works as follows: