From 9fe87b17aacbe38242cc711991fee444a67b1d08 Mon Sep 17 00:00:00 2001 From: Igor Canadi Date: Fri, 20 Jun 2014 10:36:48 +0200 Subject: [PATCH] Fix compile --- table/table_reader_bench.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/table/table_reader_bench.cc b/table/table_reader_bench.cc index 650849a55..9aa20648a 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; }