summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/reconcile/rec_write.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/reconcile/rec_write.c')
-rw-r--r--src/third_party/wiredtiger/src/reconcile/rec_write.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/third_party/wiredtiger/src/reconcile/rec_write.c b/src/third_party/wiredtiger/src/reconcile/rec_write.c
index ea861779401..d7269167a50 100644
--- a/src/third_party/wiredtiger/src/reconcile/rec_write.c
+++ b/src/third_party/wiredtiger/src/reconcile/rec_write.c
@@ -263,13 +263,6 @@ __reconcile(WT_SESSION_IMPL *session, WT_REF *ref, WT_SALVAGE_COOKIE *salvage, u
*/
/*
- * Update the global history store score. Only use observations during eviction, not checkpoints
- * and don't count eviction of the history store table itself.
- */
- if (F_ISSET(r, WT_REC_EVICT) && !WT_IS_HS(btree->dhandle))
- __wt_cache_update_hs_score(session, r->updates_seen, r->updates_unstable);
-
- /*
* If eviction didn't use any updates and didn't split or delete the page, it didn't make
* progress. Give up rather than silently succeeding in doing no work: this way threads know to
* back off forced eviction rather than spinning.