summaryrefslogtreecommitdiff
path: root/src/mongo/db/fcv_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/fcv_op_observer.h')
-rw-r--r--src/mongo/db/fcv_op_observer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mongo/db/fcv_op_observer.h b/src/mongo/db/fcv_op_observer.h
index 77567f224bc..7380f65358f 100644
--- a/src/mongo/db/fcv_op_observer.h
+++ b/src/mongo/db/fcv_op_observer.h
@@ -203,10 +203,6 @@ public:
size_t numberOfPrePostImagesToWrite,
Date_t wallClockTime) final{};
- void onTransactionPrepareNonPrimary(OperationContext* opCtx,
- const std::vector<repl::OplogEntry>& statements,
- const repl::OpTime& prepareOpTime) final {}
-
void onTransactionAbort(OperationContext* opCtx,
boost::optional<OplogSlot> abortOplogEntryOpTime) final{};
@@ -222,7 +218,6 @@ private:
*/
static void _setVersion(OperationContext* opCtx,
multiversion::FeatureCompatibilityVersion newVersion,
- bool withinRecoveryUnit,
boost::optional<Timestamp> commitTs = boost::none);
/**