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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mongo/s/transaction_router.h b/src/mongo/s/transaction_router.h
index 9fd8925aabc..601dfc2e6d2 100644
--- a/src/mongo/s/transaction_router.h
+++ b/src/mongo/s/transaction_router.h
@@ -118,11 +118,6 @@ public:
void setTime(LogicalTime atClusterTime, StmtId currentStmtId);
/**
- * True if the timestamp has been set to a non-null value.
- */
- bool isSet() const;
-
- /**
* True if the timestamp can be changed by a command running at the given statement id.
*/
bool canChange(StmtId currentStmtId) const;
@@ -303,12 +298,6 @@ private:
Participant& _createParticipant(const ShardId& shard);
/**
- * Asserts the transaction has a valid read concern and, if the read concern level is snapshot,
- * has selected a non-null atClusterTime.
- */
- void _verifyReadConcern();
-
- /**
* If the transaction's read concern level is snapshot, asserts the participant's atClusterTime
* matches the transaction's.
*/