summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/tenant_migration_donor_access_blocker.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/tenant_migration_donor_access_blocker.h')
-rw-r--r--src/mongo/db/repl/tenant_migration_donor_access_blocker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/repl/tenant_migration_donor_access_blocker.h b/src/mongo/db/repl/tenant_migration_donor_access_blocker.h
index 7cc22eca265..6c04bc2308a 100644
--- a/src/mongo/db/repl/tenant_migration_donor_access_blocker.h
+++ b/src/mongo/db/repl/tenant_migration_donor_access_blocker.h
@@ -188,7 +188,7 @@ public:
//
Status checkIfCanWrite() final;
- Status waitUntilCommittedOrAborted(OperationContext* opCtx, OperationType operationType) final;
+ Status waitUntilCommittedOrAborted(OperationContext* opCtx) final;
Status checkIfLinearizableReadWasAllowed(OperationContext* opCtx) final;
SharedSemiFuture<void> getCanReadFuture(OperationContext* opCtx, StringData command) final;