--------------------- PatchSet 5049 Date: 2002/09/19 08:22:52 Author: rbcollins Branch: fixrange Tag: (none) Log: removed unused variable Members: src/client_side_reply.c:1.4.6.15->1.4.6.16 Index: squid/src/client_side_reply.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/client_side_reply.c,v retrieving revision 1.4.6.15 retrieving revision 1.4.6.16 diff -u -r1.4.6.15 -r1.4.6.16 --- squid/src/client_side_reply.c 19 Sep 2002 08:21:49 -0000 1.4.6.15 +++ squid/src/client_side_reply.c 19 Sep 2002 08:22:52 -0000 1.4.6.16 @@ -1,6 +1,6 @@ /* - * $Id: client_side_reply.c,v 1.4.6.15 2002/09/19 08:21:49 rbcollins Exp $ + * $Id: client_side_reply.c,v 1.4.6.16 2002/09/19 08:22:52 rbcollins Exp $ * * DEBUG: section 88 Client-side Reply Routines * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c) @@ -60,8 +60,6 @@ CBDATA_TYPE(clientReplyContext); -static const char *const crlf = "\r\n"; - /* Local functions */ static int clientGotNotEnough(clientHttpRequest const *); static int clientReplyBodyTooLarge(HttpReply *, ssize_t);