Skip to content

Commit 2fd3806

Browse files
committed
Merge pull request XRPLF#263 from wankai/master
delete unused Comparator
2 parents 1b1d961 + 1785114 commit 2fd3806

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

table/block_builder.h

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,13 @@
1515

1616
namespace rocksdb {
1717

18-
class Comparator;
19-
2018
class BlockBuilder {
2119
public:
2220
BlockBuilder(const BlockBuilder&) = delete;
2321
void operator=(const BlockBuilder&) = delete;
24-
22+
2523
explicit BlockBuilder(int block_restart_interval);
26-
24+
2725
// Reset the contents as if the BlockBuilder was just constructed.
2826
void Reset();
2927

0 commit comments

Comments
 (0)