Skip to content

Commit 1652c84

Browse files
committed
Cleanup
1 parent 8446aed commit 1652c84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Zend/zend_compile.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6300,7 +6300,6 @@ void zend_compile_class_decl(zend_ast *ast, zend_bool toplevel) /* {{{ */
63006300

63016301
zend_class_entry *original_ce = CG(active_class_entry);
63026302

6303-
63046303
if (EXPECTED((decl->flags & ZEND_ACC_ANON_CLASS) == 0)) {
63056304
zend_string *unqualified_name = decl->name;
63066305

@@ -6427,7 +6426,6 @@ void zend_compile_class_decl(zend_ast *ast, zend_bool toplevel) /* {{{ */
64276426
ce->ce_flags |= ZEND_ACC_TOP_LEVEL;
64286427
}
64296428

6430-
// todo: add to set of classnames that need variance checks iff inheritance is involved
64316429
if (extends_ast || implements_ast) {
64326430
if (CG(unverified_types)) {
64336431
zend_hash_add_empty_element(CG(unverified_types), lcname);

0 commit comments

Comments
 (0)