From: glenn <> Date: Tue, 27 Apr 1999 03:52:39 +0000 (+0000) Subject: Deleted unused SNMP declaration X-Git-Tag: SQUID_3_0_PRE1~2244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e6fc406bd26782ae17af8b1e5347d472952b71a;p=thirdparty%2Fsquid.git Deleted unused SNMP declaration --- diff --git a/src/squid.h b/src/squid.h index be542e135e..1dfbd3b902 100644 --- a/src/squid.h +++ b/src/squid.h @@ -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 yet.