summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/replication_consistency_markers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/replication_consistency_markers.h')
-rw-r--r--src/mongo/db/repl/replication_consistency_markers.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/repl/replication_consistency_markers.h b/src/mongo/db/repl/replication_consistency_markers.h
index b2f5356b85e..e7bdef7b28f 100644
--- a/src/mongo/db/repl/replication_consistency_markers.h
+++ b/src/mongo/db/repl/replication_consistency_markers.h
@@ -141,9 +141,7 @@ public:
* ignore the storage engine's rollback method by setting the 'alwaysAllowUntimestampedWrite'
* parameter to true.
*/
- virtual void setMinValid(OperationContext* opCtx,
- const OpTime& minValid,
- bool alwaysAllowUntimestampedWrite = false) = 0;
+ virtual void setMinValid(OperationContext* opCtx, const OpTime& minValid) = 0;
// -------- Oplog Truncate After Point ----------