aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/iter.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/iter.h')
-rw-r--r--reftable/iter.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/reftable/iter.h b/reftable/iter.h
index 47d67d84df..537431baba 100644
--- a/reftable/iter.h
+++ b/reftable/iter.h
@@ -16,10 +16,6 @@ https://developers.google.com/open-source/licenses/bsd
#include "reftable-iterator.h"
#include "reftable-generic.h"
-/* Returns true for a zeroed out iterator, such as the one returned from
- * iterator_destroy. */
-int iterator_is_null(struct reftable_iterator *it);
-
/* iterator that produces only ref records that point to `oid` */
struct filtering_ref_iterator {
int double_check;