summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_bulk_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/collection_bulk_loader.h')
-rw-r--r--src/mongo/db/repl/collection_bulk_loader.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mongo/db/repl/collection_bulk_loader.h b/src/mongo/db/repl/collection_bulk_loader.h
index f3f5e0cb6e5..3884c16673c 100644
--- a/src/mongo/db/repl/collection_bulk_loader.h
+++ b/src/mongo/db/repl/collection_bulk_loader.h
@@ -45,9 +45,7 @@ class CollectionBulkLoader {
public:
virtual ~CollectionBulkLoader() = default;
- virtual Status init(OperationContext* txn,
- Collection* coll,
- const std::vector<BSONObj>& indexSpecs) = 0;
+ virtual Status init(Collection* coll, const std::vector<BSONObj>& indexSpecs) = 0;
/**
* Inserts the documents into the collection record store, and indexes them with the
* MultiIndexBlock on the side.