From: wessels <> Date: Tue, 9 Jan 2001 08:13:36 +0000 (+0000) Subject: Don't need 'float version' any more. X-Git-Tag: SQUID_3_0_PRE1~1668 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efa9af6c595c23c02c22a104eb37c76e6465fae6;p=thirdparty%2Fsquid.git Don't need 'float version' any more. --- diff --git a/src/structs.h b/src/structs.h index 0e5d77caef..efcec9825e 100644 --- a/src/structs.h +++ b/src/structs.h @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.375 2001/01/07 23:36:40 hno Exp $ + * $Id: structs.h,v 1.376 2001/01/09 01:13:36 wessels Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -763,9 +763,6 @@ struct _Packer { struct _HttpStatusLine { /* public, read only */ http_version_t version; -#if 0 - float version; -#endif const char *reason; /* points to a _constant_ string (default or supplied), never free()d */ http_status status; };