From: wessels <> Date: Wed, 19 Nov 1997 13:17:31 +0000 (+0000) Subject: unused variable X-Git-Tag: SQUID_3_0_PRE1~4513 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de0c23946de09dc34a962aa22dce447076df6098;p=thirdparty%2Fsquid.git unused variable --- diff --git a/src/client_side.cc b/src/client_side.cc index 57d8c08792..6ed2f93c97 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.154 1997/11/19 06:16:33 wessels Exp $ + * $Id: client_side.cc,v 1.155 1997/11/19 06:17:31 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1330,7 +1330,6 @@ parseHttpRequest(ConnStateData * conn, method_t * method_p, int *status, char *mstr = NULL; char *url = NULL; char *req_hdr = NULL; - LOCAL_ARRAY(char, http_ver_s, 32); float http_ver; char *token = NULL; char *t = NULL;