]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove commented-out prototypes
authorwessels <>
Wed, 3 Dec 1997 08:29:56 +0000 (08:29 +0000)
committerwessels <>
Wed, 3 Dec 1997 08:29:56 +0000 (08:29 +0000)
src/cache_cf.cc

index 186a52a535f7d392cde897c89c247fa4d79e9998..5437a04f77f799b0299754a27de51822f9bbca34 100644 (file)
@@ -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)