summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/reconcile/rec_col.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/reconcile/rec_col.c')
-rw-r--r--src/third_party/wiredtiger/src/reconcile/rec_col.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/reconcile/rec_col.c b/src/third_party/wiredtiger/src/reconcile/rec_col.c
index 5218aa52451..ffa4c94f1b2 100644
--- a/src/third_party/wiredtiger/src/reconcile/rec_col.c
+++ b/src/third_party/wiredtiger/src/reconcile/rec_col.c
@@ -968,7 +968,7 @@ compare:
* they're no longer useful.
*/
if (ovfl_state == OVFL_UNUSED && vpack->raw != WT_CELL_VALUE_OVFL_RM)
- WT_ERR(__wt_ovfl_remove(session, page, vpack, F_ISSET(r, WT_REC_EVICT)));
+ WT_ERR(__wt_ovfl_remove(session, page, vpack));
}
/* Walk any append list. */