Skip to content
Snippets Groups Projects
Commit c4ad1702 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Remove unused variables

parent 26a9a6e8
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