Remove SQLite Validations table

This commit is contained in:
Miguel Portilla
2019-05-29 16:00:56 -04:00
committed by Nik Bougalis
parent e1adbd7ddd
commit c5a95f1eb5
12 changed files with 177 additions and 672 deletions

View File

@@ -144,16 +144,6 @@ struct Peer
return p_.now();
}
void
onStale(Validation&& v)
{
}
void
flush(hash_map<PeerID, Validation>&& remaining)
{
}
boost::optional<Ledger>
acquire(Ledger::ID const & id)
{