]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove OLD_CODE
authorwessels <>
Wed, 15 Jan 1997 00:56:54 +0000 (00:56 +0000)
committerwessels <>
Wed, 15 Jan 1997 00:56:54 +0000 (00:56 +0000)
src/client_side.cc

index c57bfbbba113c65ebd626bf00683866d6b391256..6fdd686baf42eb60e2a4ddb37a8b3532d73e3c97 100644 (file)
@@ -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