Skip to content

Commit a64d1e9

Browse files
committed
Clean up
1 parent 9efccd2 commit a64d1e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Zend/zend_inheritance.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3642,7 +3642,6 @@ ZEND_API zend_class_entry *zend_do_link_class(zend_class_entry *ce, zend_string
36423642
} else if (parent && parent->num_interfaces) {
36433643
zend_do_inherit_interfaces(ce, parent);
36443644
}
3645-
36463645
if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_TRAIT))
36473646
&& (ce->ce_flags & (ZEND_ACC_IMPLICIT_ABSTRACT_CLASS|ZEND_ACC_EXPLICIT_ABSTRACT_CLASS))
36483647
) {

0 commit comments

Comments
 (0)