mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 08:13:10 -05:00
Remove unused variables
This commit is contained in:
parent
9de53658d7
commit
5f068303d3
2 changed files with 2 additions and 2 deletions
|
|
@ -465,7 +465,7 @@ hdb_dup_compare(
|
|||
)
|
||||
{
|
||||
diskNode *un, *cn;
|
||||
int rc, ul, cl;
|
||||
int rc;
|
||||
|
||||
un = (diskNode *)usrkey->data;
|
||||
cn = (diskNode *)curkey->data;
|
||||
|
|
|
|||
|
|
@ -477,7 +477,7 @@ bdb_index_entry(
|
|||
{
|
||||
int rc;
|
||||
Attribute *ap = e->e_attrs;
|
||||
#ifdef LDAP_COMP_MATCH
|
||||
#if 0 /* ifdef LDAP_COMP_MATCH */
|
||||
ComponentReference *cr_list = NULL;
|
||||
ComponentReference *cr = NULL, *dupped_cr = NULL;
|
||||
void* decoded_comp;
|
||||
|
|
|
|||
Loading…
Reference in a new issue