mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Remove comment
This commit is contained in:
parent
dc5c790a49
commit
8f491470a1
@ -1575,9 +1575,6 @@ static zend_bool do_inherit_method_check(zend_function *child, zend_function *pa
|
||||
zend_uint child_flags = child->common.fn_flags;
|
||||
zend_uint parent_flags = parent->common.fn_flags;
|
||||
|
||||
/* we do not inherit private methods */
|
||||
/* assert(!(parent_flags & ZEND_ACC_PRIVATE)); */
|
||||
|
||||
/* You cannot change from static to non static and vice versa.
|
||||
*/
|
||||
if ((child_flags & ZEND_ACC_STATIC) != (parent_flags & ZEND_ACC_STATIC)) {
|
||||
|
Loading…
Reference in New Issue
Block a user