summaryrefslogtreecommitdiff
path: root/src/mongo/db/read_concern.h
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2017-03-13 17:14:43 -0400
committerMisha Tyulenev <misha@mongodb.com>2017-03-13 17:15:06 -0400
commita0516b5f896703682c98cf0b8c2e333f743f4dc1 (patch)
tree543123f33d6bb0f2827d23b2fd1733fafa10ad12 /src/mongo/db/read_concern.h
parenta74ed820b13c39cc6a5eaf7d30489ffa41dfac2a (diff)
downloadmongo-a0516b5f896703682c98cf0b8c2e333f743f4dc1.tar.gz
SERVER-27771 add readConcern::afterClusterTime
Diffstat (limited to 'src/mongo/db/read_concern.h')
-rw-r--r--src/mongo/db/read_concern.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/db/read_concern.h b/src/mongo/db/read_concern.h
index 158596520ea..8c01e902f01 100644
--- a/src/mongo/db/read_concern.h
+++ b/src/mongo/db/read_concern.h
@@ -41,14 +41,6 @@ class ReadConcernArgs;
/**
- * Given the specified command and whether it supports read concern, returns an effective read
- * concern which should be used.
- */
-StatusWith<repl::ReadConcernArgs> extractReadConcern(OperationContext* opCtx,
- const BSONObj& cmdObj,
- bool supportsReadConcern);
-
-/**
* Given the specified read concern arguments, performs checks that the read concern can actually be
* satisfied given the current state of the server and if so calls into the replication subsystem to
* perform the wait.