From: wessels <> Date: Wed, 15 Jan 1997 00:56:54 +0000 (+0000) Subject: remove OLD_CODE X-Git-Tag: SQUID_3_0_PRE1~5208 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de73549633ab0caacc74762b79fa6fe7f9caf763;p=thirdparty%2Fsquid.git remove OLD_CODE --- diff --git a/src/client_side.cc b/src/client_side.cc index c57bfbbba1..6fdd686baf 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.81 1996/12/20 23:22:24 wessels Exp $ + * $Id: client_side.cc,v 1.82 1997/01/14 17:56:54 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -502,9 +502,6 @@ icpHandleIMSReply(int fd, StoreEntry * entry, void *data) icpHandleIMSReply, (void *) icpState); return; -#if OLD - } else if (mem->reply->code == 304 && !BIT_TEST(icpState->request->flags, REQ_IMS)) { -#endif } else if (clientGetsOldEntry(entry, icpState->old_entry, icpState->request)) { /* We initiated the IMS request, the client is not expecting * 304, so put the good one back. First, make sure the old entry