mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
disable debug checks
This commit is contained in:
parent
b57c11f4bd
commit
d3c26b6772
1 changed files with 0 additions and 5 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue