From bac23121c94447391ddabfbf9c017348afb6a82f Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 16 Apr 1996 04:56:06 +0000 Subject: [PATCH] remove blocklist code --- src/cache_cf.cc | 13 +------------ src/squid.h | 3 +-- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 48db5db7e8..d9112596e1 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,4 +1,4 @@ -/* $Id: cache_cf.cc,v 1.40 1996/04/15 22:50:41 wessels Exp $ */ +/* $Id: cache_cf.cc,v 1.41 1996/04/15 22:56:31 wessels Exp $ */ /* DEBUG: Section 3 cache_cf: Configuration file parsing */ @@ -973,17 +973,6 @@ static void parseBindAddressLine() wordlistAdd(&Config.bind_addr_list, token); } -#ifdef OLD_CODE -static void parseBlockListLine() -{ - char *token; - token = strtok(NULL, w_space); - if (token == (char *) NULL) - return; - blockAddToList(token); -} -#endif - static void parseLocalDomainLine() { char *token; diff --git a/src/squid.h b/src/squid.h index fda965f61a..c50c134b06 100644 --- a/src/squid.h +++ b/src/squid.h @@ -1,5 +1,5 @@ -/* $Id: squid.h,v 1.16 1996/04/15 22:54:07 wessels Exp $ */ +/* $Id: squid.h,v 1.17 1996/04/15 22:56:06 wessels Exp $ */ #include "config.h" #include "autoconf.h" @@ -87,7 +87,6 @@ typedef unsigned long u_num32; #include "GNUregex.h" #include "ansihelp.h" -#include "blocklist.h" #include "cache_cf.h" #include "comm.h" #include "debug.h" -- 2.47.2