summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.h
diff options
context:
space:
mode:
authorBenety Goh <benety@mongodb.com>2022-09-29 19:47:55 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-30 00:24:01 +0000
commita085ddf0bce45c881ae6061fb7b132854f0694e0 (patch)
tree3033a30802a81aa31ab753276dd52914d1052768 /src/mongo/db/auth/auth_op_observer.h
parent0b456e1a4d4364460239e7e18ef74b5fd00b70db (diff)
downloadmongo-a085ddf0bce45c881ae6061fb7b132854f0694e0.tar.gz
SERVER-70092 remove unused parameter from OpObserver::preTransactionPrepare()
Diffstat (limited to 'src/mongo/db/auth/auth_op_observer.h')
-rw-r--r--src/mongo/db/auth/auth_op_observer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/auth/auth_op_observer.h b/src/mongo/db/auth/auth_op_observer.h
index 365b223f5e7..c2ee0a02ad8 100644
--- a/src/mongo/db/auth/auth_op_observer.h
+++ b/src/mongo/db/auth/auth_op_observer.h
@@ -216,7 +216,6 @@ public:
std::unique_ptr<ApplyOpsOplogSlotAndOperationAssignment> preTransactionPrepare(
OperationContext* opCtx,
const std::vector<OplogSlot>& reservedSlots,
- size_t numberOfPrePostImagesToWrite,
Date_t wallClockTime,
std::vector<repl::ReplOperation>* statements) final {
return nullptr;