diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-25 22:02:05 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-25 22:02:05 +0300 |
commit | 35a613633a2bec681e2cb8e7dac583b16465efef (patch) | |
tree | 440904c52a3dee40f18cf1f5e9d3699140c3e6f3 /plugins/Dbx_mdbx/src/dbintf.h | |
parent | 01e48461e3ddf45c2e9065276ff4b4c5f59ae77b (diff) |
string constants with word dbchecker fixed
Diffstat (limited to 'plugins/Dbx_mdbx/src/dbintf.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/dbintf.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Dbx_mdbx/src/dbintf.h b/plugins/Dbx_mdbx/src/dbintf.h index 66515934b3..ac29a30115 100644 --- a/plugins/Dbx_mdbx/src/dbintf.h +++ b/plugins/Dbx_mdbx/src/dbintf.h @@ -209,12 +209,6 @@ protected: public:
MICryptoEngine *m_crypto;
- ////////////////////////////////////////////////////////////////////////////
- // checker
-
- int CheckEvents1();
- int CheckEvents2();
-
protected:
MDBX_env *m_env;
CMDBX_txn_ro m_txn_ro;
|