]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
NO_CACHE_DIGEST_DIRECT is unused
authorwessels <>
Wed, 25 Nov 1998 15:58:10 +0000 (15:58 +0000)
committerwessels <>
Wed, 25 Nov 1998 15:58:10 +0000 (15:58 +0000)
src/enums.h
src/peer_select.cc

index b3a2af4bfebfd72443bfc328042411efb880dadc..5c07b4c133edc8b4081276903c30909a1655ceb6 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: enums.h,v 1.138 1998/11/13 21:02:03 rousskov Exp $
+ * $Id: enums.h,v 1.139 1998/11/25 08:58:10 wessels Exp $
  *
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -290,7 +290,6 @@ typedef enum {
     ROUNDROBIN_PARENT,
 #if USE_CACHE_DIGESTS
     CACHE_DIGEST_HIT,
-    NO_CACHE_DIGEST_DIRECT,
 #endif
 #if USE_CARP
     CARP,
index 7f5d694bbf505eecc7a40c08213ad4f1cf8bac70..bb08adfebbac9059f753f86e217870fa2081d004 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: peer_select.cc,v 1.90 1998/11/12 06:33:32 wessels Exp $
+ * $Id: peer_select.cc,v 1.91 1998/11/25 08:58:11 wessels Exp $
  *
  * DEBUG: section 44    Peer Selection Algorithm
  * AUTHOR: Duane Wessels
@@ -54,7 +54,6 @@ const char *hier_strings[] =
     "ROUNDROBIN_PARENT",
 #if USE_CACHE_DIGESTS
     "CACHE_DIGEST_HIT",
-    "NO_CACHE_DIGEST_DIRECT",
 #endif
 #if USE_CARP
     "CARP",