From: Kurt Zeilenga Date: Tue, 29 Jan 2002 05:05:25 +0000 (+0000) Subject: disable debug checks X-Git-Tag: LDBM_POST_GIANT_RWLOCK~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3c26b67723211bf87f4949ce55acff9e909313e;p=openldap disable debug checks --- diff --git a/servers/slapd/back-bdb/idl.c b/servers/slapd/back-bdb/idl.c index f98dc3aee7..1d51cbd6b8 100644 --- a/servers/slapd/back-bdb/idl.c +++ b/servers/slapd/back-bdb/idl.c @@ -18,11 +18,6 @@ #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 ) {