summaryrefslogtreecommitdiff
path: root/src/mongo/db/change_stream_pre_images_collection_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/change_stream_pre_images_collection_manager.h')
-rw-r--r--src/mongo/db/change_stream_pre_images_collection_manager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/change_stream_pre_images_collection_manager.h b/src/mongo/db/change_stream_pre_images_collection_manager.h
index dede0e38c96..75efb28c22d 100644
--- a/src/mongo/db/change_stream_pre_images_collection_manager.h
+++ b/src/mongo/db/change_stream_pre_images_collection_manager.h
@@ -89,13 +89,6 @@ public:
const ChangeStreamPreImage& preImage);
/**
- * Returns true if the pre-images collection exists, false otherwise. If 'tenantId' is provided
- * then the pre-images collection associated with that tenant will be checked for existence,
- * otherwise the default pre-images collection will be checked.
- */
- static bool hasPreImagesCollection(OperationContext* opCtx, boost::optional<TenantId> tenantId);
-
- /**
* Scans the system pre-images collection and deletes the expired pre-images from it.
*/
static void performExpiredChangeStreamPreImagesRemovalPass(Client* client);