From: Nikita Popov Date: Tue, 28 Jun 2016 16:47:29 +0000 (+0200) Subject: Remove assert for now X-Git-Tag: php-7.1.0alpha3~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2710ce22a0b4c7b618a84a42da49c73f704ef4f5;p=php Remove assert for now --- diff --git a/ext/opcache/Optimizer/zend_inference.c b/ext/opcache/Optimizer/zend_inference.c index ba59524d44..6986abc866 100644 --- a/ext/opcache/Optimizer/zend_inference.c +++ b/ext/opcache/Optimizer/zend_inference.c @@ -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);