From: Howard Chu Date: Sat, 29 Mar 2003 03:15:35 +0000 (+0000) Subject: Remove unused reference to ldif_debug X-Git-Tag: NO_SLAP_OP_BLOCKS~11 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7f79b986e67f76aa6edaf1b89b1f9202219af992;p=openldap Remove unused reference to ldif_debug --- diff --git a/clients/tools/ldapcompare.c b/clients/tools/ldapcompare.c index 18ea6efee7..ec865bf845 100644 --- a/clients/tools/ldapcompare.c +++ b/clients/tools/ldapcompare.c @@ -28,7 +28,6 @@ #include -#include "ldif.h" #include "lutil.h" #include "lutil_ldap.h" #include "ldap_defaults.h" @@ -159,9 +158,6 @@ main( int argc, char **argv ) } } - if ( debug ) - ldif_debug = debug; - ld = tool_conn_setup( 0, 0 ); if ( pw_file || want_bindpw ) {