]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Wed, 4 Oct 2000 08:14:54 +0000 (08:14 +0000)
committerwessels <>
Wed, 4 Oct 2000 08:14:54 +0000 (08:14 +0000)
 - There is really no reason to have the 'http_code' member of
   struct _clientHttpRequest.  It was only used locally in one
   function.

src/structs.h

index 5e870642b935fc056a3511b1f50b00b2fb5e18f7..f5017ea7adc13dbbc1ffe8a021e2fa62055d5752 100644 (file)
@@ -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;