Remove assert for now

This commit is contained in:
Nikita Popov 2016-06-28 18:47:29 +02:00
parent cb7cc16c2d
commit 2710ce22a0

View File

@ -3247,7 +3247,6 @@ static void zend_update_type_info(const zend_op_array *op_array,
case ZEND_FETCH_OBJ_UNSET:
break;
default :
ZEND_ASSERT(0);
break;
}
j = zend_ssa_next_use(ssa_ops, ssa_ops[i].result_def, j);