summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/active_migrations_registry_test.cpp
diff options
context:
space:
mode:
authorNathan Myers <ncm@asperasoft.com>2016-12-27 23:54:15 -0500
committerNathan Myers <nathan.myers@10gen.com>2017-01-10 11:36:55 -0500
commitda79c6596c6a6e6d818e39b2782968d27cf42be2 (patch)
tree35aa28d5c106bee6acc4921242ae3d3be00a2c64 /src/mongo/db/s/active_migrations_registry_test.cpp
parent8478c3b4f7c2e2e8804ca4f5a3847b07a71fd9b3 (diff)
downloadmongo-da79c6596c6a6e6d818e39b2782968d27cf42be2.tar.gz
SERVER-27390 Delete dead code in commitChunkMigration
Diffstat (limited to 'src/mongo/db/s/active_migrations_registry_test.cpp')
-rw-r--r--src/mongo/db/s/active_migrations_registry_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/active_migrations_registry_test.cpp b/src/mongo/db/s/active_migrations_registry_test.cpp
index 74ec900fc49..c5eb63f71a3 100644
--- a/src/mongo/db/s/active_migrations_registry_test.cpp
+++ b/src/mongo/db/s/active_migrations_registry_test.cpp
@@ -80,7 +80,6 @@ MoveChunkRequest createMoveChunkRequest(const NamespaceString& nss) {
chunkVersion,
1024,
MigrationSecondaryThrottleOptions::create(MigrationSecondaryThrottleOptions::kOff),
- true,
true);
return assertGet(MoveChunkRequest::createFromCommand(nss, builder.obj()));
}