summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/spl/spl_array.c2
1 files changed, 0 insertions, 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)
{