summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mdbx/src/init.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-02-04 18:38:40 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-02-04 18:38:40 +0300
commit3c8113e543388f8c29fdc4e5b311d60a8a0a8302 (patch)
tree1377f71b3eb6ea3e3957b4c5205348d0329e8a86 /plugins/Dbx_mdbx/src/init.cpp
parent32cd89f64ef0449eac0ceea2ba9bc1aa36c5759b (diff)
checker for MDBX, first version
Diffstat (limited to 'plugins/Dbx_mdbx/src/init.cpp')
-rw-r--r--plugins/Dbx_mdbx/src/init.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Dbx_mdbx/src/init.cpp b/plugins/Dbx_mdbx/src/init.cpp
index 75b5585924..bfb04f23ae 100644
--- a/plugins/Dbx_mdbx/src/init.cpp
+++ b/plugins/Dbx_mdbx/src/init.cpp
@@ -90,11 +90,6 @@ MIDatabaseChecker* CheckDb(const TCHAR *profile, int *error)
return nullptr;
}
- if (db->PrepareCheck()) {
- *error = ERROR_BAD_FORMAT;
- return nullptr;
- }
-
return db.release();
}