Remove unused variables

This commit is contained in:
Hallvard Furuseth 2008-01-08 16:37:13 +00:00
parent 9de53658d7
commit 5f068303d3
2 changed files with 2 additions and 2 deletions

View file

@ -465,7 +465,7 @@ hdb_dup_compare(
)
{
diskNode *un, *cn;
int rc, ul, cl;
int rc;
un = (diskNode *)usrkey->data;
cn = (diskNode *)curkey->data;

View file

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