From: amosjeffries <> Date: Sun, 24 Feb 2008 18:43:27 +0000 (+0000) Subject: Author: hno X-Git-Tag: SQUID_3_0_STABLE2~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b238474510c16879698a68ef34dbc78e46f3653f;p=thirdparty%2Fsquid.git Author: hno Kill unused body_size variable --- diff --git a/src/client_side_reply.cc b/src/client_side_reply.cc index e473e8e7ee..b7003ccce0 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.144.2.1 2008/02/24 11:42:37 amosjeffries Exp $ + * $Id: client_side_reply.cc,v 1.144.2.2 2008/02/24 11:43:27 amosjeffries Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -1967,7 +1967,6 @@ clientReplyContext::sendMoreData (StoreIOBuffer result) } buildReply(buf, reqofs); - ssize_t body_size = reqofs; if (reply) {