mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
Fix compile
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user