From: hno <> Date: Tue, 19 Feb 2002 07:27:43 +0000 (+0000) Subject: Removed some old error cruft that collides with the memory leak fixes X-Git-Tag: SQUID_3_0_PRE1~1179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d5f512fb337beca712344a0157677ba3a956ed3;p=thirdparty%2Fsquid.git Removed some old error cruft that collides with the memory leak fixes --- diff --git a/include/snmp_impl.h b/include/snmp_impl.h index dbf5099057..36972451f1 100644 --- a/include/snmp_impl.h +++ b/include/snmp_impl.h @@ -1,5 +1,5 @@ /* - * $Id: snmp_impl.h,v 1.13 2002/02/13 02:01:11 hno Exp $ + * $Id: snmp_impl.h,v 1.14 2002/02/19 00:27:43 hno Exp $ */ #ifndef SQUID_SNMP_IMPL_H @@ -44,15 +44,6 @@ SOFTWARE. #endif #endif -/* - * Error codes: - */ -/* - * These must not clash with SNMP error codes (all positive). - */ -#define PARSE_ERROR -1 -#define BUILD_ERROR -2 - #define SID_MAX_LEN 64 #ifndef NULL