diff --git a/table/table_reader_bench.cc b/table/table_reader_bench.cc index 650849a553..9aa20648aa 100644 --- a/table/table_reader_bench.cc +++ b/table/table_reader_bench.cc @@ -49,7 +49,7 @@ static std::string MakeKey(int i, int j, bool through_db) { } static bool DummySaveValue(void* arg, const ParsedInternalKey& ikey, - const Slice& v, bool didIO) { + const Slice& v) { return false; }