1
0
mirror of https://github.com/php/php-src.git synced 2026-04-01 13:12:16 +02:00

Removed incorrect "return" statement

This commit is contained in:
Dmitry Stogov
2015-10-28 08:42:55 +03:00
parent eb7be5379d
commit b009f84ec0

View File

@@ -2212,7 +2212,6 @@ static void zend_compile_class_ref_ex(znode *result, zend_ast *name_ast, uint32_
zend_ensure_valid_class_fetch_type(fetch_type);
result->op_type = IS_UNUSED;
result->u.op.num = fetch_type | fetch_flags;
return 0;
}
}
/* }}} */