Fix compile

This commit is contained in:
Igor Canadi 2014-06-20 10:36:48 +02:00
parent d4a8423334
commit 9fe87b17aa

View File

@ -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;
}