From 2710ce22a0b4c7b618a84a42da49c73f704ef4f5 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 28 Jun 2016 18:47:29 +0200 Subject: [PATCH] Remove assert for now --- ext/opcache/Optimizer/zend_inference.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.50.1