diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/init.cpp')
-rw-r--r-- | plugins/Dbx_mdbx/src/init.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Dbx_mdbx/src/init.cpp b/plugins/Dbx_mdbx/src/init.cpp index ff2731bdca..a624510cb7 100644 --- a/plugins/Dbx_mdbx/src/init.cpp +++ b/plugins/Dbx_mdbx/src/init.cpp @@ -82,9 +82,6 @@ static int grokHeader(const TCHAR *profile) // returns 0 if all the APIs are injected otherwise, 1
static MDatabaseCommon* loadDatabase(const TCHAR *profile, BOOL bReadOnly)
{
- // set the memory, lists & UTF8 manager
- mir_getLP(&pluginInfoEx);
-
std::unique_ptr<CDbxMDBX> db(new CDbxMDBX(profile, (bReadOnly) ? DBMODE_READONLY : 0));
if (db->Map() != ERROR_SUCCESS)
return nullptr;
|