summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/do_txn.h
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2018-01-08 17:06:56 -0500
committerMatthew Russotto <matthew.russotto@10gen.com>2018-01-08 17:07:32 -0500
commit8b766fdc6c896ba0a4db30d7b9d2f050b464db22 (patch)
tree107cf6c037074c53bdddb61423c4c6cb352b3003 /src/mongo/db/repl/do_txn.h
parent27ccd4a3bf1150a1bf4356de8a91e4dff64e0762 (diff)
downloadmongo-8b766fdc6c896ba0a4db30d7b9d2f050b464db22.tar.gz
SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.
Diffstat (limited to 'src/mongo/db/repl/do_txn.h')
-rw-r--r--src/mongo/db/repl/do_txn.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/repl/do_txn.h b/src/mongo/db/repl/do_txn.h
index 022474bcbf1..0b6d6c1182c 100644
--- a/src/mongo/db/repl/do_txn.h
+++ b/src/mongo/db/repl/do_txn.h
@@ -36,7 +36,6 @@ class OperationContext;
class DoTxn {
public:
static constexpr StringData kPreconditionFieldName = "preCondition"_sd;
- static constexpr StringData kOplogApplicationModeFieldName = "oplogApplicationMode"_sd;
};
/**
@@ -52,7 +51,6 @@ public:
Status doTxn(OperationContext* opCtx,
const std::string& dbName,
const BSONObj& doTxnCmd,
- repl::OplogApplication::Mode oplogApplicationMode,
BSONObjBuilder* result);
} // namespace mongo