]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Deleted unused SNMP declaration
authorglenn <>
Tue, 27 Apr 1999 03:52:39 +0000 (03:52 +0000)
committerglenn <>
Tue, 27 Apr 1999 03:52:39 +0000 (03:52 +0000)
src/squid.h

index be542e135ed5eed669f8d83dffac3432fcc2e28e..1dfbd3b9022664ad686ccee57f0c8ab434d84f8e 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- * $Id: squid.h,v 1.189 1999/04/26 21:36:02 wessels Exp $
- * $Id: squid.h,v 1.189 1999/04/26 21:36:02 wessels Exp $
+ * $Id: squid.h,v 1.190 1999/04/26 21:52:39 glenn Exp $
+ * $Id: squid.h,v 1.190 1999/04/26 21:52:39 glenn Exp $
  *
  * AUTHOR: Duane Wessels
  *
@@ -387,10 +387,6 @@ struct rusage {
 #define strdup +
 #endif
 
-#if SQUID_SNMP
-extern struct snmp_mib_tree *Mib;
-#endif
-
 /*
  * Hey dummy, don't be tempted to move this to lib/config.h.in again.  O_NONBLOCK
  * will not be defined there because you didn't #include <fcntl.h> yet.