mdbx: drop me_dirtylist field.

Change-Id: I93ee802c1b6ef5c6a2443e19754e1a20dbe0aea9
This commit is contained in:
Leonid Yuriev
2020-12-01 20:41:29 +03:00
parent 0b62453f6d
commit c530c83337
2 changed files with 4 additions and 8 deletions

View File

@@ -976,8 +976,6 @@ struct MDBX_env {
MDBX_page *me_dp_reserve; /* list of malloc'd blocks for re-use */
/* PNL of pages that became unused in a write txn */
MDBX_PNL me_retired_pages;
/* MDBX_DP of pages written during a write txn. */
MDBX_DPL me_dirtylist;
/* Number of freelist items that can fit in a single overflow page */
unsigned me_maxgc_ov1page;
unsigned me_branch_nodemax; /* max size of a branch-node */