Unused var

This commit is contained in:
Xinchen Hui 2016-03-18 16:02:32 +08:00
parent 7bf4ae32be
commit 85419b4f28

View File

@ -412,7 +412,7 @@ void zend_dfa_optimize_op_array(zend_op_array *op_array, zend_optimizer_ctx *ctx
if (ssa->var_info) {
int i;
zend_op *opline, *end;
zend_op *opline;
zval tmp;
/* Convert LONG constants to DOUBLE */