Remove #if 0 used to hide dn subtree index problem. Fixed

by Hallvard's IDL changes!
This commit is contained in:
Kurt Zeilenga 1999-09-04 01:19:58 +00:00
parent 1cde481298
commit 2e86c0516b
2 changed files with 0 additions and 4 deletions

View file

@ -211,7 +211,6 @@ bdb2i_dn2id_delete(
}
}
#if 0
{
char **subtree = dn_subtree( NULL, dn );
@ -231,7 +230,6 @@ bdb2i_dn2id_delete(
charray_free( subtree );
}
}
#endif
ldbm_datum_init( key );

View file

@ -226,7 +226,6 @@ dn2id_delete(
}
}
#if 0
{
char **subtree = dn_subtree( NULL, dn );
@ -247,7 +246,6 @@ dn2id_delete(
charray_free( subtree );
}
}
#endif
ldbm_datum_init( key );