summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/reconcile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/reconcile.h')
-rw-r--r--src/third_party/wiredtiger/src/include/reconcile.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/src/include/reconcile.h b/src/third_party/wiredtiger/src/include/reconcile.h
index 2eefed10cf7..43581c7cc1f 100644
--- a/src/third_party/wiredtiger/src/include/reconcile.h
+++ b/src/third_party/wiredtiger/src/include/reconcile.h
@@ -25,10 +25,7 @@ struct __wt_reconcile {
uint64_t orig_btree_checkpoint_gen;
uint64_t orig_txn_checkpoint_gen;
- /*
- * Track the oldest running transaction and whether to skew history store to the newest update.
- */
- bool hs_skew_newest;
+ /* Track the oldest running transaction. */
uint64_t last_running;
/* Track the page's min/maximum transactions. */