mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-20 06:08:21 +08:00
mdbx: drop unused mdbx_audit()
.
Change-Id: I6d31c6ad83c058892319da6bbf38506b3f55085f
This commit is contained in:
parent
1314b29557
commit
56758372cf
@ -3263,10 +3263,6 @@ static int __must_check_result mdbx_cursor_push(MDBX_cursor *mc, MDBX_page *mp);
|
||||
static int __must_check_result mdbx_audit_ex(MDBX_txn *txn,
|
||||
unsigned retired_stored,
|
||||
bool dont_filter_gc);
|
||||
static __maybe_unused __always_inline int __must_check_result
|
||||
mdbx_audit(MDBX_txn *txn) {
|
||||
return mdbx_audit_ex(txn, 0, (txn->mt_flags & MDBX_TXN_RDONLY) != 0);
|
||||
}
|
||||
|
||||
static int __must_check_result mdbx_page_check(MDBX_cursor *const mc,
|
||||
const MDBX_page *const mp,
|
||||
|
Loading…
x
Reference in New Issue
Block a user