Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Oct 29, 2018
1 parent 493b534 commit 2491b7b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/opcache/Optimizer/optimize_temp_vars_5.c
Expand Up @@ -52,7 +52,6 @@ void zend_optimize_temporary_variables(zend_op_array *op_array, zend_optimizer_c
int currT;
int i;
int max = -1;
int var_to_free = -1;
void *checkpoint = zend_arena_checkpoint(ctx->arena);

bitset_len = zend_bitset_len(T);
Expand Down Expand Up @@ -180,11 +179,6 @@ void zend_optimize_temporary_variables(zend_op_array *op_array, zend_optimizer_c
}
}

if (var_to_free >= 0) {
zend_bitset_excl(taken_T, var_to_free);
var_to_free = -1;
}

opline--;
}

Expand Down

0 comments on commit 2491b7b

Please sign in to comment.