summaryrefslogtreecommitdiff
path: root/src/mongo/db/index/index_access_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/index/index_access_method.h')
-rw-r--r--src/mongo/db/index/index_access_method.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/index/index_access_method.h b/src/mongo/db/index/index_access_method.h
index 1edf7fdd209..8931ec64517 100644
--- a/src/mongo/db/index/index_access_method.h
+++ b/src/mongo/db/index/index_access_method.h
@@ -286,7 +286,6 @@ public:
virtual Status commitBulk(OperationContext* opCtx,
BulkBuilder* bulk,
- bool mayInterrupt,
bool dupsAllowed,
std::set<RecordId>* dupRecords,
std::vector<BSONObj>* dupKeys) = 0;
@@ -520,7 +519,6 @@ public:
Status commitBulk(OperationContext* opCtx,
BulkBuilder* bulk,
- bool mayInterrupt,
bool dupsAllowed,
std::set<RecordId>* dupRecords,
std::vector<BSONObj>* dupKeys) final;