summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dowad <alexinbeijing@gmail.com>2020-05-12 20:46:05 +0200
committerAlex Dowad <alexinbeijing@gmail.com>2020-06-24 22:29:07 +0200
commit47fae8425f5d03060e33b0960084b04a60ee1a21 (patch)
tree7fd73ba43634748ea76f6146485740b1c653d6fb
parentc4f716a20dedae3c9195e590fb2e89225e374a60 (diff)
downloadphp-git-47fae8425f5d03060e33b0960084b04a60ee1a21.tar.gz
Remove useless prototype for spl_heap_get_iterator
-rw-r--r--ext/spl/spl_heap.c2
1 files changed, 0 insertions, 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);