From: wessels <> Date: Wed, 5 May 1999 01:14:27 +0000 (+0000) Subject: dont need statvfs here X-Git-Tag: SQUID_3_0_PRE1~2226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a8ed6940912f27c9262d8ddbe832068c5bb71f;p=thirdparty%2Fsquid.git dont need statvfs here --- diff --git a/src/store_dir.cc b/src/store_dir.cc index 747176b926..bc0a8c3843 100644 --- a/src/store_dir.cc +++ b/src/store_dir.cc @@ -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));