--------------------- PatchSet 649 Date: 2000/10/18 04:26:30 Author: hno Branch: ntlm Tag: (none) Log: Removed a old no longer used variable Members: src/client_side.c:1.1.1.3.4.1.2.24->1.1.1.3.4.1.2.25 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.1.1.3.4.1.2.24 retrieving revision 1.1.1.3.4.1.2.25 diff -u -r1.1.1.3.4.1.2.24 -r1.1.1.3.4.1.2.25 --- squid/src/client_side.c 18 Oct 2000 04:21:13 -0000 1.1.1.3.4.1.2.24 +++ squid/src/client_side.c 18 Oct 2000 04:26:30 -0000 1.1.1.3.4.1.2.25 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.1.1.3.4.1.2.24 2000/10/18 04:21:13 hno Exp $ + * $Id: client_side.c,v 1.1.1.3.4.1.2.25 2000/10/18 04:26:30 hno Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -1982,7 +1982,6 @@ static int clientCheckRangeForceMiss(StoreEntry * entry, HttpHdrRange * range) { - ssize_t range_start; /* * If the range_offset_limit is NOT in effect, there * is no reason to force a miss.