--------------------- PatchSet 5228 Date: 2002/10/05 06:33:08 Author: adri Branch: commloops Tag: (none) Log: remove StoreIOBuffer - we're not using it now. Members: src/http.h:1.1.12.1->1.1.12.2 Index: squid/src/http.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/http.h,v retrieving revision 1.1.12.1 retrieving revision 1.1.12.2 diff -u -r1.1.12.1 -r1.1.12.2 --- squid/src/http.h 4 Oct 2002 13:36:32 -0000 1.1.12.1 +++ squid/src/http.h 5 Oct 2002 06:33:08 -0000 1.1.12.2 @@ -1,6 +1,6 @@ /* - * $Id: http.h,v 1.1.12.1 2002/10/04 13:36:32 rbcollins Exp $ + * $Id: http.h,v 1.1.12.2 2002/10/05 06:33:08 adri Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -49,7 +49,6 @@ http_state_flags flags; FwdState *fwd; char buf[SQUID_TCP_SO_RCVBUF]; - StoreIOBuffer recieveState; }; #endif /* SQUID_HTTP_H */