From c864fa32bcb655a94718d304bf8bda6a89c852bf Mon Sep 17 00:00:00 2001 From: adrian <> Date: Sat, 26 Oct 2002 10:57:29 +0000 Subject: [PATCH] remove unused 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 2bb3c84402..b14ae1cf52 100644 --- a/src/client_side_reply.cc +++ b/src/client_side_reply.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.cc,v 1.23 2002/10/26 04:51:01 robertc Exp $ + * $Id: client_side_reply.cc,v 1.24 2002/10/26 04:57:29 adrian Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -1062,7 +1062,6 @@ clientGotNotEnough(clientHttpRequest const *http) { int cl = httpReplyBodySize(http->request->method, http->entry->mem_obj->reply); - int hs = http->entry->mem_obj->reply->hdr_sz; assert(cl >= 0); if (http->out.offset < cl) return 1; -- 2.47.3