From 7f79b986e67f76aa6edaf1b89b1f9202219af992 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 29 Mar 2003 03:15:35 +0000 Subject: [PATCH] Remove unused reference to ldif_debug --- clients/tools/ldapcompare.c | 4 ---- 1 file changed, 4 deletions(-) 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 ) { -- 2.39.5