From de0c23946de09dc34a962aa22dce447076df6098 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 19 Nov 1997 13:17:31 +0000 Subject: [PATCH] unused variable --- src/client_side.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.47.3