1
0
mirror of https://github.com/php/php-src.git synced 2026-04-03 14:12:38 +02:00

Remove useless prototype for spl_dllist_get_iterator

This commit is contained in:
Alex Dowad
2020-04-23 10:36:59 +02:00
committed by Nikita Popov
parent f83a23e59d
commit 9999e7faa3

View File

@@ -359,8 +359,6 @@ static void spl_dllist_object_free_storage(zend_object *object) /* {{{ */
}
/* }}} */
zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
static zend_object *spl_dllist_object_new_ex(zend_class_entry *class_type, zend_object *orig, int clone_orig) /* {{{ */
{
spl_dllist_object *intern;