From: wessels <> Date: Wed, 3 Dec 1997 08:29:56 +0000 (+0000) Subject: remove commented-out prototypes X-Git-Tag: SQUID_3_0_PRE1~4412 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c1049284986f412ee8915302353948818c73a54;p=thirdparty%2Fsquid.git remove commented-out prototypes --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 186a52a535..5437a04f77 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.237 1997/12/02 03:30:21 wessels Exp $ + * $Id: cache_cf.cc,v 1.238 1997/12/03 01:29:56 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -33,7 +33,6 @@ #if SQUID_SNMP #include "snmp.h" -#include "snmp_config.h" #endif static const char *const T_SECOND_STR = "second"; @@ -73,13 +72,6 @@ static void parseBytesLine(size_t * bptr, const char *units); static size_t parseBytesUnits(const char *unit); static void free_all(void); static void requirePathnameExists(const char *name, const char *path); -/* - * extern int create_view ( char **); - * extern int create_user ( char **); - * extern int create_community (char **); - * extern void tokenize ( char *, char **, int ); - */ -extern struct tree *Mib; static void self_destruct(void)