]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
The 'ICAPClientRespmodPrecache' pointer in HttpStateData was moved to
authorwessels <>
Thu, 26 Jan 2006 06:59:46 +0000 (06:59 +0000)
committerwessels <>
Thu, 26 Jan 2006 06:59:46 +0000 (06:59 +0000)
ServerStateData.

src/http.h

index 7868944eb816a3ab90bd4a42458221ab9af1bc06..58b054522f17e8e461eff73ade2addafb3d334fc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: http.h,v 1.20 2006/01/25 17:41:23 wessels Exp $
+ * $Id: http.h,v 1.21 2006/01/25 23:59:46 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -95,7 +95,6 @@ public:
     void processSurrogateControl(HttpReply *);
 #if ICAP_CLIENT
 
-    ICAPClientRespmodPrecache *icap;
     void icapAclCheckDone(ICAPServiceRep::Pointer);
     bool icapAccessCheckPending;
 #endif