summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/include/wt_internal.h
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-12-21 17:29:20 +1100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-12-21 07:28:22 +0000
commit4fab480e046c332f2bc7aa9042033995ff1cf3b3 (patch)
treed1a1bf1c5d55a38dbcaf43d823c86316ac7dd621 /src/third_party/wiredtiger/src/include/wt_internal.h
parentfa4e83810374394841ddaf0bac9dcba87bf42207 (diff)
downloadmongo-5da2a4d24e036d728e88c0297266c491e0571635.tar.gz
Import wiredtiger: 528a624b954f6be31b9399944fa07e813d1a0b26 from branch mongodb-5.2r5.2.0-rc2
ref: fa57e01152..528a624b95 for: 5.2.0-rc2 Reverted ticket(s): WT-8303 Implement weak hazard pointers
Diffstat (limited to 'src/third_party/wiredtiger/src/include/wt_internal.h')
-rw-r--r--src/third_party/wiredtiger/src/include/wt_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/third_party/wiredtiger/src/include/wt_internal.h b/src/third_party/wiredtiger/src/include/wt_internal.h
index 29a9f9db1a9..23f34391a5d 100644
--- a/src/third_party/wiredtiger/src/include/wt_internal.h
+++ b/src/third_party/wiredtiger/src/include/wt_internal.h
@@ -207,10 +207,6 @@ struct __wt_fstream;
typedef struct __wt_fstream WT_FSTREAM;
struct __wt_hazard;
typedef struct __wt_hazard WT_HAZARD;
-struct __wt_hazard_weak;
-typedef struct __wt_hazard_weak WT_HAZARD_WEAK;
-struct __wt_hazard_weak_array;
-typedef struct __wt_hazard_weak_array WT_HAZARD_WEAK_ARRAY;
struct __wt_ikey;
typedef struct __wt_ikey WT_IKEY;
struct __wt_index;