Skip to content

Commit 47fae84

Browse files
committed
Remove useless prototype for spl_heap_get_iterator
1 parent c4f716a commit 47fae84

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/spl/spl_heap.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ static int spl_ptr_heap_count(spl_ptr_heap *heap) { /* {{{ */
375375
}
376376
/* }}} */
377377

378-
zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
379-
380378
static void spl_heap_object_free_storage(zend_object *object) /* {{{ */
381379
{
382380
spl_heap_object *intern = spl_heap_from_obj(object);

0 commit comments

Comments
 (0)