removed some used vars

This commit is contained in:
Ralf Haferkamp 2011-02-08 17:20:44 +00:00
parent 5fa1826370
commit 6a6626b49d
2 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,8 @@ monitor_find_children(
Entry **vol
)
{
monitor_info_t *mi = ( monitor_info_t * )op->o_bd->be_private;
monitor_entry_t *mp;
mp = ( monitor_entry_t * )e_parent->e_private;
*nonv = mp->mp_children;

View File

@ -629,7 +629,6 @@ static int translucent_pwmod(Operation *op, SlapReply *rs) {
slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
translucent_info *ov = on->on_bi.bi_private;
const struct berval bv_exop_pwmod = BER_BVC(LDAP_EXOP_MODIFY_PASSWD);
Entry *e = NULL, *re = NULL;
BackendDB *db;
int rc = 0;