Skip to content

Commit 9fe87b1

Browse files
committed
Fix compile
1 parent d4a8423 commit 9fe87b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

table/table_reader_bench.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ static std::string MakeKey(int i, int j, bool through_db) {
4949
}
5050

5151
static bool DummySaveValue(void* arg, const ParsedInternalKey& ikey,
52-
const Slice& v, bool didIO) {
52+
const Slice& v) {
5353
return false;
5454
}
5555

0 commit comments

Comments
 (0)