diff options
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r-- | common/storage_lmdb.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp index 18364ea..b5698b1 100644 --- a/common/storage_lmdb.cpp +++ b/common/storage_lmdb.cpp | |||
@@ -659,11 +659,6 @@ static bool ensureCorrectDb(DataStore::NamedDatabase &database, const QByteArray | |||
659 | return !openedTheWrongDatabase; | 659 | return !openedTheWrongDatabase; |
660 | } | 660 | } |
661 | 661 | ||
662 | bool DataStore::Transaction::validateNamedDatabases() | ||
663 | { | ||
664 | return true; | ||
665 | } | ||
666 | |||
667 | DataStore::NamedDatabase DataStore::Transaction::openDatabase(const QByteArray &db, const std::function<void(const DataStore::Error &error)> &errorHandler, bool allowDuplicates) const | 662 | DataStore::NamedDatabase DataStore::Transaction::openDatabase(const QByteArray &db, const std::function<void(const DataStore::Error &error)> &errorHandler, bool allowDuplicates) const |
668 | { | 663 | { |
669 | if (!d) { | 664 | if (!d) { |