diff options
| author | Alex Dowad <alexinbeijing@gmail.com> | 2020-04-23 10:36:59 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-05-12 17:21:21 +0200 |
| commit | 9999e7faa3f7fc9eb7f654b703faab9b18328229 (patch) | |
| tree | efa6033d416e93319efc12b51dc2400a1874a59b | |
| parent | f83a23e59d80201a652a823ff0824d2b4964ae1a (diff) | |
| download | php-git-9999e7faa3f7fc9eb7f654b703faab9b18328229.tar.gz | |
Remove useless prototype for spl_dllist_get_iterator
| -rw-r--r-- | ext/spl/spl_dllist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/spl/spl_dllist.c b/ext/spl/spl_dllist.c index ef0e5b60ff..7dbc3699d0 100644 --- a/ext/spl/spl_dllist.c +++ b/ext/spl/spl_dllist.c @@ -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; |
