]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Kill unused body_size variable
authorhno <>
Thu, 27 Dec 2007 05:19:37 +0000 (05:19 +0000)
committerhno <>
Thu, 27 Dec 2007 05:19:37 +0000 (05:19 +0000)
src/client_side_reply.cc

index 4b626031e0938532741975e4dc504d781bbba10d..91f11bf5ea3b175ae1f297dc4e1349e896a59b6d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side_reply.cc,v 1.146 2007/12/21 23:54:38 hno Exp $
+ * $Id: client_side_reply.cc,v 1.147 2007/12/26 22:19:37 hno Exp $
  *
  * DEBUG: section 88    Client-side Reply Routines
  * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
@@ -1958,7 +1958,6 @@ clientReplyContext::sendMoreData (StoreIOBuffer result)
     }
 
     buildReply(buf, reqofs);
-    ssize_t body_size = reqofs;
 
     if (reply) {