Skip to content

Commit d58b8d4

Browse files
committed
Clean up
1 parent 1d58d6a commit d58b8d4

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
@@ -3628,7 +3628,6 @@ ZEND_API zend_class_entry *zend_do_link_class(zend_class_entry *ce, zend_string
36283628
} else if (parent && parent->num_interfaces) {
36293629
zend_do_inherit_interfaces(ce, parent);
36303630
}
3631-
36323631
if (!(ce->ce_flags & (ZEND_ACC_INTERFACE|ZEND_ACC_TRAIT))
36333632
&& (ce->ce_flags & (ZEND_ACC_IMPLICIT_ABSTRACT_CLASS|ZEND_ACC_EXPLICIT_ABSTRACT_CLASS))
36343633
) {

0 commit comments

Comments
 (0)