]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
unused variable
authorwessels <>
Wed, 19 Nov 1997 13:17:31 +0000 (13:17 +0000)
committerwessels <>
Wed, 19 Nov 1997 13:17:31 +0000 (13:17 +0000)
src/client_side.cc

index 57d8c08792107d30c926e93bec94ed74edef6e03..6ed2f93c97ea4c936ca943b2258ade1127f15a1d 100644 (file)
@@ -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;