Skip to content
Snippets Groups Projects
Commit 5f068303 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Remove unused variables

parent 9de53658
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment