summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_util.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_util.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mongo/db/repl/tenant_migration_util.h b/src/mongo/db/repl/tenant_migration_util.h
index 44e2ac67bbf..40421caa5df 100644
--- a/src/mongo/db/repl/tenant_migration_util.h
+++ b/src/mongo/db/repl/tenant_migration_util.h
@@ -202,19 +202,6 @@ inline void protocolStorageOptionsCompatibilityCheck(OperationContext* opCtx,
!opCtx->getServiceContext()->getStorageEngine()->isUsingDirectoryForIndexes());
}
-/*
- * Creates an ExternalKeysCollectionDocument representing an config.external_validation_keys
- * document from the given the admin.system.keys document BSONObj.
- */
-ExternalKeysCollectionDocument makeExternalClusterTimeKeyDoc(UUID migrationId, BSONObj keyDoc);
-
-/*
- * For each given ExternalKeysCollectionDocument, inserts it if there is not an existing document in
- * config.external_validation_keys for it with the same keyId and replicaSetName. Otherwise,
- * updates the ttlExpiresAt of the existing document if it is less than the new ttlExpiresAt.
- */
-repl::OpTime storeExternalClusterTimeKeyDocs(std::vector<ExternalKeysCollectionDocument> keyDocs);
-
/**
* Sets the "ttlExpiresAt" field for the external keys so they can be garbage collected by the ttl
* monitor.