summaryrefslogtreecommitdiffstats
path: root/common/storage
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage')
-rw-r--r--common/storage/entitystore.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/storage/entitystore.cpp b/common/storage/entitystore.cpp
index 9156dd4..909f1b2 100644
--- a/common/storage/entitystore.cpp
+++ b/common/storage/entitystore.cpp
@@ -59,7 +59,6 @@ public:
59 59
60 Sink::Storage::DataStore store(Sink::storageLocation(), resourceContext.instanceId(), DataStore::ReadOnly); 60 Sink::Storage::DataStore store(Sink::storageLocation(), resourceContext.instanceId(), DataStore::ReadOnly);
61 transaction = store.createTransaction(DataStore::ReadOnly); 61 transaction = store.createTransaction(DataStore::ReadOnly);
62 Q_ASSERT(transaction.validateNamedDatabases());
63 return transaction; 62 return transaction;
64 } 63 }
65 64