diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index 34afe69de5..c543ff367a 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -47,10 +47,8 @@ #include "afs/afs_cbqueue.h" #include "afs/afs_osidnlc.h" -#if defined(AFS_LINUX22_ENV) afs_int32 afs_maxvcount = 0; /* max number of vcache entries */ afs_int32 afs_vcount = 0; /* number of vcache in use now */ -#endif /* AFS_LINUX22_ENV */ #ifdef AFS_SGI_ENV int afsvnumbers = 0;