From 47fae8425f5d03060e33b0960084b04a60ee1a21 Mon Sep 17 00:00:00 2001 From: Alex Dowad Date: Tue, 12 May 2020 20:46:05 +0200 Subject: [PATCH] Remove useless prototype for spl_heap_get_iterator --- ext/spl/spl_heap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/spl/spl_heap.c b/ext/spl/spl_heap.c index 68f1e128bf..0a694f6e78 100644 --- a/ext/spl/spl_heap.c +++ b/ext/spl/spl_heap.c @@ -375,8 +375,6 @@ static int spl_ptr_heap_count(spl_ptr_heap *heap) { /* {{{ */ } /* }}} */ -zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref); - static void spl_heap_object_free_storage(zend_object *object) /* {{{ */ { spl_heap_object *intern = spl_heap_from_obj(object); -- 2.40.0