--------------------- PatchSet 4725 Date: 2007/06/13 08:07:59 Author: amosjeffries Branch: squid3-ipv6 Tag: (none) Log: Drop obsolete and unused variable no_addr Members: tools/cachemgr.cc:1.3.4.3->1.3.4.4 Index: squid3/tools/cachemgr.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/tools/cachemgr.cc,v retrieving revision 1.3.4.3 retrieving revision 1.3.4.4 diff -u -r1.3.4.3 -r1.3.4.4 --- squid3/tools/cachemgr.cc 12 Jun 2007 12:42:07 -0000 1.3.4.3 +++ squid3/tools/cachemgr.cc 13 Jun 2007 08:07:59 -0000 1.3.4.4 @@ -1,6 +1,6 @@ /* - * $Id: cachemgr.cc,v 1.3.4.3 2007/06/12 12:42:07 amosjeffries Exp $ + * $Id: cachemgr.cc,v 1.3.4.4 2007/06/13 08:07:59 amosjeffries Exp $ * * DEBUG: section 0 CGI Cache Manager * AUTHOR: Duane Wessels @@ -175,8 +175,6 @@ static const char *progname = NULL; static time_t now; -static struct IN_ADDR no_addr; - /* * Function prototypes */ @@ -860,7 +858,6 @@ char *s; cachemgr_request *req; - safe_inet_addr("255.255.255.255", &no_addr); now = time(NULL); #ifdef _SQUID_MSWIN_