Skip to content

Commit

Permalink
delete unused Comparator
Browse files Browse the repository at this point in the history
  • Loading branch information
wankai committed Sep 4, 2014
1 parent 19cc588 commit 1785114
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions table/block_builder.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 1785114

Please sign in to comment.