]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove blocklist code
authorwessels <>
Tue, 16 Apr 1996 04:56:06 +0000 (04:56 +0000)
committerwessels <>
Tue, 16 Apr 1996 04:56:06 +0000 (04:56 +0000)
src/cache_cf.cc
src/squid.h

index 48db5db7e82c2bb3955ac1c0c926340e4d3507ba..d9112596e10b3de4a96d0dcd4c150ca48e615010 100644 (file)
@@ -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;
index fda965f61ae4996fc9aa48169786ae30da12234a..c50c134b06b9d6ffcf2138b8e889d5b97ff81bac 100644 (file)
@@ -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"