summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/read_concern_args.h
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-10-03 13:19:49 -0400
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2017-10-05 17:31:10 -0400
commited31e32a74d942ef337ef507ad4628d224d65953 (patch)
tree78c5ac0d195f8fe028fdc64cdb6227d784e4f01d /src/mongo/db/repl/read_concern_args.h
parentcb9f7cdcb7eb6ad9077ac8af3a4c0d7275c7e34f (diff)
downloadmongo-ed31e32a74d942ef337ef507ad4628d224d65953.tar.gz
SERVER-31352 Always skip OperationShardingState initialization if readConcern is `available`
Diffstat (limited to 'src/mongo/db/repl/read_concern_args.h')
-rw-r--r--src/mongo/db/repl/read_concern_args.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/repl/read_concern_args.h b/src/mongo/db/repl/read_concern_args.h
index 0358bf38cd1..2fab94d4f75 100644
--- a/src/mongo/db/repl/read_concern_args.h
+++ b/src/mongo/db/repl/read_concern_args.h
@@ -113,11 +113,6 @@ public:
bool hasLevel() const;
/**
- * Checks whether 'available' read concern level is set.
- */
- bool isLevelAvailable() const;
-
- /**
* Returns the opTime. Deprecated: will be replaced with getArgsClusterTime.
*/
boost::optional<OpTime> getArgsOpTime() const;