From: wessels <> Date: Wed, 25 Nov 1998 15:58:10 +0000 (+0000) Subject: NO_CACHE_DIGEST_DIRECT is unused X-Git-Tag: SQUID_3_0_PRE1~2497 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7f360f43b7f844582b5aa1e7e6c9f75f723aa9c0;p=thirdparty%2Fsquid.git NO_CACHE_DIGEST_DIRECT is unused --- diff --git a/src/enums.h b/src/enums.h index b3a2af4bfe..5c07b4c133 100644 --- a/src/enums.h +++ b/src/enums.h @@ -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, diff --git a/src/peer_select.cc b/src/peer_select.cc index 7f5d694bbf..bb08adfebb 100644 --- a/src/peer_select.cc +++ b/src/peer_select.cc @@ -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",