summaryrefslogtreecommitdiff
path: root/src/evict/evict_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evict/evict_file.c')
-rw-r--r--src/evict/evict_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evict/evict_file.c b/src/evict/evict_file.c
index 9937390d19a..2b2117ad9fd 100644
--- a/src/evict/evict_file.c
+++ b/src/evict/evict_file.c
@@ -84,7 +84,7 @@ __wt_evict_file(WT_SESSION_IMPL *session, WT_CACHE_OP syncop)
*/
WT_ASSERT(session,
F_ISSET(session->dhandle, WT_DHANDLE_DEAD) ||
- __wt_page_can_evict(session, ref, false, NULL));
+ __wt_page_can_evict(session, ref, NULL));
__wt_evict_page_clean_update(session, ref, true);
break;
WT_ILLEGAL_VALUE_ERR(session);