]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed some old error cruft that collides with the memory leak fixes
authorhno <>
Tue, 19 Feb 2002 07:27:43 +0000 (07:27 +0000)
committerhno <>
Tue, 19 Feb 2002 07:27:43 +0000 (07:27 +0000)
include/snmp_impl.h

index dbf5099057cde127fb3d2ca58bbee1d50c26938f..36972451f16eb1da349fd078c78352686cf8806b 100644 (file)
@@ -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