diff options
author | Nikita Popov <nikic@php.net> | 2016-06-28 18:47:29 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-06-28 18:47:29 +0200 |
commit | 2710ce22a0b4c7b618a84a42da49c73f704ef4f5 (patch) | |
tree | 94b9d58122365cff4690045d107421f22e1ad6ff | |
parent | cb7cc16c2d27c5e955ec1763278279dbcc77d026 (diff) | |
download | php-git-2710ce22a0b4c7b618a84a42da49c73f704ef4f5.tar.gz |
Remove assert for now
-rw-r--r-- | ext/opcache/Optimizer/zend_inference.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |