]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
unused variable
authorwessels <>
Fri, 23 May 1997 04:16:52 +0000 (04:16 +0000)
committerwessels <>
Fri, 23 May 1997 04:16:52 +0000 (04:16 +0000)
src/client_side.cc

index 4ed43807cde6c8d0d7aa6f972dd253e887cc6748..987b98d6b40ab1f9b53849b2760436de34a07e70 100644 (file)
@@ -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);