summaryrefslogtreecommitdiff
path: root/src/mongo/db/vector_clock.h
diff options
context:
space:
mode:
authorTommaso Tocci <tommaso.tocci@mongodb.com>2021-08-05 13:38:59 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-05 14:27:12 +0000
commit3fba330aef29a34bbf93a191e0b50e39c5e70b16 (patch)
treea4247a1bd5fac5e4a7157f09029ff4001e21d809 /src/mongo/db/vector_clock.h
parent1f4dbf3dde9d6b3da361a4ec3a27647920d75a64 (diff)
downloadmongo-3fba330aef29a34bbf93a191e0b50e39c5e70b16.tar.gz
SERVER-54252 Cleanup legacy configOpTime gossiping
Diffstat (limited to 'src/mongo/db/vector_clock.h')
-rw-r--r--src/mongo/db/vector_clock.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/db/vector_clock.h b/src/mongo/db/vector_clock.h
index b6f58fd5e87..28b806bb045 100644
--- a/src/mongo/db/vector_clock.h
+++ b/src/mongo/db/vector_clock.h
@@ -159,14 +159,6 @@ public:
*/
bool isEnabled() const;
- /**
- * Advances, if necessary, the clusterTime and configTime components of the vector clock up to
- * the configOpTime received from another node. Necessary to ensure that the Grid's configOpTime
- * won't be greater than the VectorClock's clusterTime.
- * TODO SERVER-54252: Remove this after 5.0 has branched out.
- */
- void gossipInConfigOpTime(const repl::OpTime& configOpTime);
-
///////////////////////////////////////////////////////////////////////////////////////////////
// The group of methods below is only used for unit-testing
///////////////////////////////////////////////////////////////////////////////////////////////
@@ -307,8 +299,6 @@ protected:
private:
class PlainComponentFormat;
class SignedComponentFormat;
- template <class ActualFormat>
- class OnlyOutOnNewFCVComponentFormat;
/**
* Called to determine if the cluster time component should be gossiped in and out to external