From 13b8e62cd9609f10688a1896cb80efa5d3c82859 Mon Sep 17 00:00:00 2001 From: James Wahlin Date: Wed, 28 Feb 2018 16:28:20 -0500 Subject: SERVER-33355 Support readConcern level snapshot reads on secondaries --- src/mongo/db/write_concern_options.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mongo/db/write_concern_options.h') diff --git a/src/mongo/db/write_concern_options.h b/src/mongo/db/write_concern_options.h index d0a3be810e3..a809a2a1de5 100644 --- a/src/mongo/db/write_concern_options.h +++ b/src/mongo/db/write_concern_options.h @@ -69,9 +69,7 @@ public: * Verifies that the writeConcern is of type Object (BSON type). */ static StatusWith extractWCFromCommand( - const BSONObj& cmdObj, - const std::string& dbName, - const WriteConcernOptions& defaultWC = WriteConcernOptions()); + const BSONObj& cmdObj, const WriteConcernOptions& defaultWC = WriteConcernOptions()); /** * Return true if the server needs to wait for other secondary nodes to satisfy this -- cgit v1.2.1