From c36b9e93fa06e48fdedb0260a8e5817902da0545 Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Wed, 22 Apr 2020 08:38:42 +0200 Subject: [PATCH] Remove unneeded prototype for spl_array_get_iterator --- ext/spl/spl_array.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 40d74d9671..7b86de804e 100644 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -161,8 +161,6 @@ static void spl_array_object_free_storage(zend_object *object) } /* }}} */ -zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref); - /* {{{ spl_array_object_new_ex */ static zend_object *spl_array_object_new_ex(zend_class_entry *class_type, zend_object *orig, int clone_orig) { -- 2.50.1