From: wessels <> Date: Fri, 23 May 1997 04:16:52 +0000 (+0000) Subject: unused variable X-Git-Tag: SQUID_3_0_PRE1~4986 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae2bae3404d0aa025677f237c9bc99f22e768f69;p=thirdparty%2Fsquid.git unused variable --- diff --git a/src/client_side.cc b/src/client_side.cc index 4ed43807cd..987b98d6b4 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.104 1997/05/22 15:51:50 wessels Exp $ + * $Id: client_side.cc,v 1.105 1997/05/22 22:16:52 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -395,7 +395,6 @@ icpHandleIMSReply(void *data, char *buf, size_t size) int fd = http->conn->fd; StoreEntry *entry = http->entry; MemObject *mem = entry->mem_obj; - int len; int unlink_request = 0; StoreEntry *oldentry; debug(33, 3, "icpHandleIMSReply: FD %d '%s'\n", fd, entry->url);