aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/table.h')
-rw-r--r--reftable/table.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/reftable/table.h b/reftable/table.h
index 9cd8f80a20..8d8dd2b413 100644
--- a/reftable/table.h
+++ b/reftable/table.h
@@ -14,13 +14,6 @@
#include "reftable-iterator.h"
#include "reftable-table.h"
-uint64_t block_source_size(struct reftable_block_source *source);
-
-ssize_t block_source_read_block(struct reftable_block_source *source,
- struct reftable_block *dest, uint64_t off,
- uint32_t size);
-void block_source_close(struct reftable_block_source *source);
-
/* metadata for a block type */
struct reftable_table_offsets {
int is_present;