diff --git a/table/block_builder.h b/table/block_builder.h index 3b5b2b44449..c01a23bea93 100644 --- a/table/block_builder.h +++ b/table/block_builder.h @@ -15,15 +15,13 @@ namespace rocksdb { -class Comparator; - class BlockBuilder { public: BlockBuilder(const BlockBuilder&) = delete; void operator=(const BlockBuilder&) = delete; - + explicit BlockBuilder(int block_restart_interval); - + // Reset the contents as if the BlockBuilder was just constructed. void Reset();