remove unused code

This commit is contained in:
Pierangelo Masarati 2007-09-14 22:24:21 +00:00
parent 1716397673
commit e48e3e7503

View file

@ -2043,11 +2043,6 @@ acl_set_cb_gather( Operation *op, SlapReply *rs )
a = attr_find( rs->sr_entry->e_attrs, desc );
if ( a != NULL ) {
int i;
for ( i = 0; !BER_BVISNULL( &a->a_nvals[ i ] ); i++ )
;
bvalsp = a->a_nvals;
}
}