]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dont need statvfs here
authorwessels <>
Wed, 5 May 1999 01:14:27 +0000 (01:14 +0000)
committerwessels <>
Wed, 5 May 1999 01:14:27 +0000 (01:14 +0000)
src/store_dir.cc

index 747176b92613246428ba404c143c93d4c8b1fe97..bc0a8c3843f5890147f88229c086b36a8f756d8d 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- * $Id: store_dir.cc,v 1.89 1999/05/03 23:00:00 wessels Exp $
- * $Id: store_dir.cc,v 1.89 1999/05/03 23:00:00 wessels Exp $
+ * $Id: store_dir.cc,v 1.90 1999/05/04 19:14:27 wessels Exp $
+ * $Id: store_dir.cc,v 1.90 1999/05/04 19:14:27 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -265,9 +265,6 @@ storeDirUpdateSwapSize(int fn, size_t size, int sign)
 void
 storeDirStats(StoreEntry * sentry)
 {
-#if HAVE_STATVFS
-    struct statvfs sfs;
-#endif
     storeAppendPrintf(sentry, "Store Directory Statistics:\n");
     storeAppendPrintf(sentry, "Store Entries          : %d\n",
        memInUse(MEM_STOREENTRY));