From: wessels <> Date: Wed, 4 Oct 2000 08:14:54 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1841 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=275fb96c14cb3c488252e1a71f23d9bb0dad5c5d;p=thirdparty%2Fsquid.git DW: - There is really no reason to have the 'http_code' member of struct _clientHttpRequest. It was only used locally in one function. --- diff --git a/src/structs.h b/src/structs.h index 5e870642b9..f5017ea7ad 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.352 2000/10/04 00:24:17 wessels Exp $ + * $Id: structs.h,v 1.353 2000/10/04 02:14:54 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -877,7 +877,6 @@ struct _clientHttpRequest { #if USE_CACHE_DIGESTS const char *lookup_type; /* temporary hack: storeGet() result: HIT/MISS/NONE */ #endif - http_status http_code; struct timeval start; float http_ver; int redirect_state;