aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/blocksource.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/blocksource.h')
-rw-r--r--reftable/blocksource.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/reftable/blocksource.h b/reftable/blocksource.h
index 072e2727ad..659a27b406 100644
--- a/reftable/blocksource.h
+++ b/reftable/blocksource.h
@@ -17,6 +17,4 @@ struct reftable_block_source;
void block_source_from_strbuf(struct reftable_block_source *bs,
struct strbuf *buf);
-struct reftable_block_source malloc_block_source(void);
-
#endif