summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_op_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_op_observer.h')
-rw-r--r--src/mongo/db/s/resharding/resharding_op_observer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/db/s/resharding/resharding_op_observer.h b/src/mongo/db/s/resharding/resharding_op_observer.h
index e8affe3ef4a..30d319a041d 100644
--- a/src/mongo/db/s/resharding/resharding_op_observer.h
+++ b/src/mongo/db/s/resharding/resharding_op_observer.h
@@ -228,10 +228,6 @@ public:
size_t numberOfPrePostImagesToWrite,
Date_t wallClockTime) override {}
- void onTransactionPrepareNonPrimary(OperationContext* opCtx,
- const std::vector<repl::OplogEntry>& statements,
- const repl::OpTime& prepareOpTime) override {}
-
void onTransactionAbort(OperationContext* opCtx,
boost::optional<OplogSlot> abortOplogEntryOpTime) override {}