Remove dead code.

This commit is contained in:
Kurt Zeilenga 2010-12-30 17:46:26 +00:00
parent 97d9b07814
commit 46f4813632

View file

@ -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);