summaryrefslogtreecommitdiff
path: root/src/mongo/db/change_stream_serverless_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/change_stream_serverless_helpers.h')
-rw-r--r--src/mongo/db/change_stream_serverless_helpers.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/db/change_stream_serverless_helpers.h b/src/mongo/db/change_stream_serverless_helpers.h
index f3f63cc97f8..bdeb04f3ff7 100644
--- a/src/mongo/db/change_stream_serverless_helpers.h
+++ b/src/mongo/db/change_stream_serverless_helpers.h
@@ -51,12 +51,6 @@ bool isChangeCollectionsModeActive();
bool isChangeStreamEnabled(OperationContext* opCtx, const TenantId& tenantId);
/**
- * Returns true if services related to the serverless change stream can be initialized.
- * TODO SERVER-69960 Remove this function and use 'isChangeCollectionsModeActive' instead.
- */
-bool canInitializeServices();
-
-/**
* Returns an internal tenant id that will be used for testing purposes. This tenant id will not
* conflict with any other tenant id.
*/