Skip to content

Commit

Permalink
Merge pull request XRPLF#263 from wankai/master
Browse files Browse the repository at this point in the history
delete unused Comparator
  • Loading branch information
igorcanadi committed Sep 4, 2014
2 parents 1b1d961 + 1785114 commit 2fd3806
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 2fd3806

Please sign in to comment.