]> granicus.if.org Git - php/commitdiff
Remove useless prototype for spl_heap_get_iterator
authorAlex Dowad <alexinbeijing@gmail.com>
Tue, 12 May 2020 18:46:05 +0000 (20:46 +0200)
committerAlex Dowad <alexinbeijing@gmail.com>
Wed, 24 Jun 2020 20:29:07 +0000 (22:29 +0200)
ext/spl/spl_heap.c

index 68f1e128bfca7010f93388013b7454a18df709b6..0a694f6e7882b69f2a3f3f2802e841cc7d632655 100644 (file)
@@ -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);