diff options
author | Alex Dowad <alexinbeijing@gmail.com> | 2020-05-12 20:46:05 +0200 |
---|---|---|
committer | Alex Dowad <alexinbeijing@gmail.com> | 2020-06-24 22:29:07 +0200 |
commit | 47fae8425f5d03060e33b0960084b04a60ee1a21 (patch) | |
tree | 7fd73ba43634748ea76f6146485740b1c653d6fb | |
parent | c4f716a20dedae3c9195e590fb2e89225e374a60 (diff) | |
download | php-git-47fae8425f5d03060e33b0960084b04a60ee1a21.tar.gz |
Remove useless prototype for spl_heap_get_iterator
-rw-r--r-- | ext/spl/spl_heap.c | 2 |
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); |