From: wessels <> Date: Thu, 1 Jan 1998 06:57:16 +0000 (+0000) Subject: unused var tmp X-Git-Tag: SQUID_3_0_PRE1~4309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac47f01dbf8facd3f6238a1761d9161ee1f36ffa;p=thirdparty%2Fsquid.git unused var tmp --- diff --git a/src/client_side.cc b/src/client_side.cc index 9d58e2e2d8..c991447715 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.181 1997/12/31 23:55:12 wessels Exp $ + * $Id: client_side.cc,v 1.182 1997/12/31 23:57:16 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1538,7 +1538,6 @@ clientReadRequest(int fd, void *data) int parser_return_code = 0; int k; request_t *request = NULL; - char *tmp; int size; method_t method; clientHttpRequest *http = NULL;