summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/tiered/tiered_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/src/tiered/tiered_handle.c')
-rw-r--r--src/third_party/wiredtiger/src/tiered/tiered_handle.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/src/tiered/tiered_handle.c b/src/third_party/wiredtiger/src/tiered/tiered_handle.c
index 5cfd583b1c9..5be43f315c6 100644
--- a/src/third_party/wiredtiger/src/tiered/tiered_handle.c
+++ b/src/third_party/wiredtiger/src/tiered/tiered_handle.c
@@ -441,9 +441,7 @@ __wt_tiered_switch(WT_SESSION_IMPL *session, const char *config)
/*
* __wt_tiered_name --
- * Given a dhandle structure and object number generate the URI name of the given type. XXX
- * Currently this is only used in this file but I anticipate it may be of use outside. If not,
- * make this static and tiered_name instead.
+ * Given a dhandle structure and object number generate the URI name of the given type.
*/
int
__wt_tiered_name(
@@ -567,9 +565,7 @@ __tiered_open(WT_SESSION_IMPL *session, const char *cfg[])
/* Temp code to keep s_all happy. */
FLD_SET(unused, WT_TIERED_OBJ_LOCAL | WT_TIERED_TREE_UNUSED);
FLD_SET(unused, WT_TIERED_WORK_FORCE | WT_TIERED_WORK_FREE);
- WT_ERR(__wt_tiered_put_drop_local(session, tiered, tiered->current_id));
WT_ERR(__wt_tiered_put_drop_shared(session, tiered, tiered->current_id));
- __wt_tiered_get_drop_local(session, 0, &entry);
__wt_tiered_get_drop_shared(session, &entry);
}
#endif