Remove berkeley from blockchain_db_types

This commit is contained in:
Miguel Herranz 2017-01-10 11:17:48 +01:00
parent dd580d7bc7
commit 046ab33d1b

View file

@ -34,7 +34,6 @@ namespace cryptonote
const std::unordered_set<std::string> blockchain_db_types =
{ "lmdb"
, "berkeley"
};
} // namespace cryptonote