summaryrefslogtreecommitdiff
path: root/src/mongo/db/multitenancy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/multitenancy.h')
-rw-r--r--src/mongo/db/multitenancy.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mongo/db/multitenancy.h b/src/mongo/db/multitenancy.h
index f354d225a50..b028286659d 100644
--- a/src/mongo/db/multitenancy.h
+++ b/src/mongo/db/multitenancy.h
@@ -37,13 +37,7 @@
namespace mongo {
/**
- * Parses the tenantId from the '$tenant' field in the request if it exists and
- * "multitenancySupport" is enabled. Then, sets the parsed tenantId on the opCtx.
- */
-void parseDollarTenantFromRequest(OperationContext* opCtx, const OpMsg& request);
-
-/**
- * Extract the active TenantId for this operation.
+ * Extract the active TenantId for this OperationContext.
*/
boost::optional<TenantId> getActiveTenant(OperationContext* opCtx);