mdbx: drop internal unused fields.

Change-Id: I634d3e0695f300df79129a15da752a23b277a0ce
This commit is contained in:
Leonid Yuriev
2020-09-02 15:29:33 +03:00
parent 06a8cb1e5a
commit cd4f732a87
2 changed files with 2 additions and 13 deletions

View File

@@ -975,10 +975,8 @@ struct MDBX_env {
/* 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 */
uint16_t me_maxkey_nd, me_maxkey_ds;
unsigned me_maxval_nd, me_maxval_ds;
uint32_t me_live_reader; /* have liveness lock in reader table */
void *me_userctx; /* User-settable context */
uint32_t me_live_reader; /* have liveness lock in reader table */
void *me_userctx; /* User-settable context */
volatile uint64_t *me_sync_timestamp;
volatile uint64_t *me_autosync_period;
volatile pgno_t *me_unsynced_pages;