From b238474510c16879698a68ef34dbc78e46f3653f Mon Sep 17 00:00:00 2001 From: amosjeffries <> Date: Sun, 24 Feb 2008 18:43:27 +0000 Subject: [PATCH] Author: hno Kill unused body_size variable --- src/client_side_reply.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.47.2