]> git.sur5r.net Git - openldap/commitdiff
disable debug checks
authorKurt Zeilenga <kurt@openldap.org>
Tue, 29 Jan 2002 05:05:25 +0000 (05:05 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 29 Jan 2002 05:05:25 +0000 (05:05 +0000)
servers/slapd/back-bdb/idl.c

index f98dc3aee7ca77a007949d7124400d4ccb988abc..1d51cbd6b89dca0bac02345e4ae31c4bbf25acdd 100644 (file)
 
 #define IDL_CMP(x,y)   ( x < y ? -1 : ( x > y ? 1 : 0 ) )
 
-#ifndef IDL_DEBUG
-       /* enable basic checks for now */
-#define IDL_DEBUG 1
-#endif
-
 #if IDL_DEBUG > 0
 static void idl_check( ID *ids )
 {