From: Kurt Zeilenga Date: Thu, 30 Dec 2010 17:46:26 +0000 (+0000) Subject: Remove dead code. X-Git-Tag: MIGRATION_CVS2GIT~324 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=46f481363291b1119f8c716cf151fa902200cdbf;p=openldap Remove dead code. --- diff --git a/libraries/libldap/vc.c b/libraries/libldap/vc.c index d5ca0f8c99..af0e423963 100644 --- a/libraries/libldap/vc.c +++ b/libraries/libldap/vc.c @@ -129,9 +129,6 @@ ldap_verify_credentials(LDAP *ld, assert(msgidp != NULL); ber = ber_alloc_t(LBER_USE_DER); -#if 0 - ber_printf(ber, "{" /*}*/ ); -#endif if (dn == NULL) dn = ""; if (mechanism == LDAP_SASL_SIMPLE) { @@ -161,9 +158,6 @@ ldap_verify_credentials(LDAP *ld, } } } -#if 0 - ber_printf(ber, /*{*/ "N}" ); -#endif ber_flatten(ber, &reqdata);