提交 1785114a 编写于 作者: W wankai

delete unused Comparator

上级 19cc588b
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册