remove redundant variable

This commit is contained in:
Luke Howard 2005-07-22 09:40:22 +00:00
parent 645923b273
commit 1c6124019f
2 changed files with 0 additions and 3 deletions

View file

@ -74,7 +74,6 @@ typedef struct _ExtendedOp {
struct _computed_attr_context {
Slapi_PBlock *cac_pb;
Operation *cac_op;
AccessControlState *cac_acl_state;
void *cac_private;
};

View file

@ -102,12 +102,10 @@ slapi_over_aux_operational( Operation *op, SlapReply *rs )
/* Support for computed attribute plugins */
computed_attr_context ctx;
AttributeName *anp;
AccessControlState acl_state = ACL_STATE_INIT;
ctx.cac_pb = slapi_over_pblock_new( op );
ctx.cac_op = op;
ctx.cac_private = rs;
ctx.cac_acl_state = &acl_state;
if ( rs->sr_entry != NULL ) {
/*