diff options
-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); |