summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/transaction_router.h')
-rw-r--r--src/mongo/s/transaction_router.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mongo/s/transaction_router.h b/src/mongo/s/transaction_router.h
index 8c2fd0521fb..574dac349e5 100644
--- a/src/mongo/s/transaction_router.h
+++ b/src/mongo/s/transaction_router.h
@@ -193,25 +193,6 @@ public:
void onViewResolutionError(const NamespaceString& nss);
/**
- * Computes and sets the atClusterTime for the current transaction based on the given query
- * parameters. Does nothing if the transaction does not have snapshot read concern or an
- * atClusterTime has already been selected and cannot be changed.
- */
- void computeAndSetAtClusterTime(OperationContext* opCtx,
- bool mustRunOnAll,
- const std::set<ShardId>& shardIds,
- const NamespaceString& nss,
- const BSONObj query,
- const BSONObj collation);
-
- /**
- * Computes and sets the atClusterTime for the current transaction based on the targeted shard.
- * Does nothing if the transaction does not have snapshot read concern or an atClusterTime has
- * already been selected and cannot be changed.
- */
- void computeAndSetAtClusterTimeForUnsharded(OperationContext* opCtx, const ShardId& shardId);
-
- /**
* Sets the atClusterTime for the current transaction to the latest time in the router's logical
* clock. Does nothing if the transaction does not have snapshot read concern or an
* atClusterTime has already been selected and cannot be changed.