diff options
author | George Hazan <ghazan@miranda.im> | 2020-12-07 12:42:40 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-12-07 12:42:40 +0300 |
commit | 8343b85b097da18cc7d4b17e598f2d5a9003a7fe (patch) | |
tree | 026e2c362823835d1949c1b2b97ac5df12f05790 /plugins/Dbx_mdbx/src/stdafx.h | |
parent | 8a557bb6c7119e9a8d196d76e144727b1b861c1d (diff) |
useless code removed
Diffstat (limited to 'plugins/Dbx_mdbx/src/stdafx.h')
-rw-r--r-- | plugins/Dbx_mdbx/src/stdafx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Dbx_mdbx/src/stdafx.h b/plugins/Dbx_mdbx/src/stdafx.h index 6904e319d6..dfd811681c 100644 --- a/plugins/Dbx_mdbx/src/stdafx.h +++ b/plugins/Dbx_mdbx/src/stdafx.h @@ -90,8 +90,6 @@ public: ~txn_ptr();
__forceinline operator MDBX_txn*() const { return txn; }
-
- int Commit();
};
#include "resource.h"
|