mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'cleanup' of https://github.com/zxcvdavid/php-src
This commit is contained in:
commit
2f88a2d520
1 changed files with 0 additions and 2 deletions
|
@ -89,8 +89,6 @@ static zend_function *zend_duplicate_function(zend_function *func, zend_class_en
|
|||
|
||||
static void do_inherit_parent_constructor(zend_class_entry *ce) /* {{{ */
|
||||
{
|
||||
zend_function *function, *new_function;
|
||||
|
||||
ZEND_ASSERT(ce->parent != NULL);
|
||||
|
||||
/* You cannot change create_object */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue