]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Fri, 14 Jan 2000 14:14:12 +0000 (14:14 +0000)
committerwessels <>
Fri, 14 Jan 2000 14:14:12 +0000 (14:14 +0000)
 - Unused variable 'N'

src/store_dir.cc

index 4857e2262f21ae05502d21006cce392524467e40..06362d7b6066292bf32486d188d2f72440d7e29f 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_dir.cc,v 1.103 2000/01/11 06:01:08 wessels Exp $
+ * $Id: store_dir.cc,v 1.104 2000/01/14 07:14:12 wessels Exp $
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
@@ -443,7 +443,6 @@ storeDirWriteCleanLogs(int reopen)
     double dt;
     SwapDir *sd;
     int dirn;
-    int N = Config.cacheSwap.n_configured;
 #if HEAP_REPLACEMENT
     int node;
 #else