summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/btmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/include/btmem.h')
-rw-r--r--src/third_party/wiredtiger/src/include/btmem.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/third_party/wiredtiger/src/include/btmem.h b/src/third_party/wiredtiger/src/include/btmem.h
index e7ace701384..b0cea3be6ff 100644
--- a/src/third_party/wiredtiger/src/include/btmem.h
+++ b/src/third_party/wiredtiger/src/include/btmem.h
@@ -1141,7 +1141,6 @@ struct __wt_update {
#define WT_UPDATE_RESTORED_FAST_TRUNCATE 0x10u /* Fast truncate instantiation */
#define WT_UPDATE_RESTORED_FROM_DS 0x20u /* Update restored from data store. */
#define WT_UPDATE_RESTORED_FROM_HS 0x40u /* Update restored from history store. */
-#define WT_UPDATE_TO_DELETE_FROM_HS 0x80u /* Update needs to be deleted from history store */
/* AUTOMATIC FLAG VALUE GENERATION STOP 8 */
uint8_t flags;