diff options
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.cpp')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.cpp b/plugins/Dbx_mdbx/src/dbintf.cpp index 73cd10b497..9d3e44a910 100644 --- a/plugins/Dbx_mdbx/src/dbintf.cpp +++ b/plugins/Dbx_mdbx/src/dbintf.cpp @@ -330,17 +330,3 @@ void CDbxMDBX::TouchFile() CloseHandle(hFile);
}
}
-
-///////////////////////////////////////////////////////////////////////////////
-// MIDatabaseChecker
-
-int CDbxMDBX::CheckDb(int phase)
-{
- switch (phase) {
- case 0: return CDbxMDBX::CheckEvents1();
- case 1: return CDbxMDBX::CheckEvents2();
- case 2: return CDbxMDBX::CheckEvents3();
- }
-
- return ERROR_OUT_OF_PAPER;
-}
|