summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_agg_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_agg_test.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_agg_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/s/resharding/resharding_agg_test.cpp b/src/mongo/db/s/resharding/resharding_agg_test.cpp
index 99ad259c7d0..f2c5345e907 100644
--- a/src/mongo/db/s/resharding/resharding_agg_test.cpp
+++ b/src/mongo/db/s/resharding/resharding_agg_test.cpp
@@ -239,7 +239,6 @@ repl::DurableOplogEntry makeApplyOpsOplog(std::vector<BSONObj> operations,
{},
UUID::gen(),
false /* fromMigrate */,
- boost::none, // checkExistenceForDiffInsert
0 /* version */,
applyOpsBuilder.obj(), /* o */
boost::none, /* o2 */
@@ -1452,7 +1451,6 @@ TEST_F(ReshardingAggWithStorageTest, RetryableFindAndModifyWithImageLookup) {
kCrudNs,
kCrudUUID,
false /* fromMigrate */,
- boost::none, // checkExistenceForDiffInsert
0 /* version */,
BSON("$set" << BSON("y" << 1)), /* o1 */
BSON("_id" << 2), /* o2 */