]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SwapDir->suggest is unused. It has been moved to SwapDir->fsdata->suggest.
authorwessels <>
Tue, 10 Jul 2001 01:12:21 +0000 (01:12 +0000)
committerwessels <>
Tue, 10 Jul 2001 01:12:21 +0000 (01:12 +0000)
src/structs.h

index df8e383fa6a9a8383fc079015f80c946a633cefb..0007c30491718ef1c55da19b25aacf273c42e0c9 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: structs.h,v 1.393 2001/07/04 00:12:05 hno Exp $
+ * $Id: structs.h,v 1.394 2001/07/09 19:12:21 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1486,7 +1486,6 @@ struct _SwapDir {
     int max_size;
     char *path;
     int index;                 /* This entry's index into the swapDirs array */
-    int suggest;
     ssize_t max_objsize;
     RemovalPolicy *repl;
     int removals;