summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/evict/evict_page.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/evict/evict_page.c')
-rw-r--r--src/third_party/wiredtiger/src/evict/evict_page.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/third_party/wiredtiger/src/evict/evict_page.c b/src/third_party/wiredtiger/src/evict/evict_page.c
index a0101f46d70..f93204a35cb 100644
--- a/src/third_party/wiredtiger/src/evict/evict_page.c
+++ b/src/third_party/wiredtiger/src/evict/evict_page.c
@@ -152,14 +152,6 @@ __wt_evict(WT_SESSION_IMPL *session, WT_REF *ref, uint8_t previous_state, uint32
}
/*
- * We have exclusive access, invalidate any weak hazard pointers. Note: In the future we will
- * investigate a better place to invalidate the weak hazard pointers. Ideally, we want to delay
- * invalidation as long as possible so that if eviction of this page were to fail, we would not
- * have invalidated the weak hazard pointers unnecessarily.
- */
- __wt_hazard_weak_invalidate(session, ref);
-
- /*
* Review the page for conditions that would block its eviction. If the check fails (for
* example, we find a page with active children), quit. Make this check for clean pages, too:
* while unlikely eviction would choose an internal page with children, it's not disallowed.