summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/replication_coordinator_embedded.cpp
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-01-19 07:13:37 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-19 06:59:33 +0000
commit1983b3633c95ec71dc8070b8a864411374221d40 (patch)
tree1473b54bef6b28e2a306ca3c3b7ce659e27f737b /src/mongo/embedded/replication_coordinator_embedded.cpp
parent6f1bb29c277b702f4b7e09fc6d90e7c246ce174c (diff)
downloadmongo-1983b3633c95ec71dc8070b8a864411374221d40.tar.gz
Revert "SERVER-60817 Check write concern string for validity"
This reverts commit 4c96930ccb001d91fd188380f80756c19f1ad3c1.
Diffstat (limited to 'src/mongo/embedded/replication_coordinator_embedded.cpp')
-rw-r--r--src/mongo/embedded/replication_coordinator_embedded.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/embedded/replication_coordinator_embedded.cpp b/src/mongo/embedded/replication_coordinator_embedded.cpp
index b178e9d1972..784de9edccf 100644
--- a/src/mongo/embedded/replication_coordinator_embedded.cpp
+++ b/src/mongo/embedded/replication_coordinator_embedded.cpp
@@ -372,11 +372,6 @@ Milliseconds ReplicationCoordinatorEmbedded::getConfigHeartbeatInterval() const
UASSERT_NOT_IMPLEMENTED;
}
-Status ReplicationCoordinatorEmbedded::validateWriteConcern(
- const WriteConcernOptions& writeConcern) const {
- UASSERT_NOT_IMPLEMENTED;
-}
-
void ReplicationCoordinatorEmbedded::processReplSetGetConfig(BSONObjBuilder*,
bool commitmentStatus,
bool includeNewlyAdded) {