From: Alex Dowad Date: Tue, 12 May 2020 18:46:05 +0000 (+0200) Subject: Remove useless prototype for spl_heap_get_iterator X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=47fae8425f5d03060e33b0960084b04a60ee1a21;p=php Remove useless prototype for spl_heap_get_iterator --- 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);