summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp
diff options
context:
space:
mode:
authorDianna Hohensee <dianna.hohensee@10gen.com>2017-01-09 13:23:16 -0500
committerDianna Hohensee <dianna.hohensee@10gen.com>2017-01-11 15:59:56 -0500
commitd779870e5d4744cbcc402cba2a77f8d892bed0ef (patch)
treef00ccb513365b2ea1fbb286b4acf0816689fd133 /src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp
parentf15f85da6b210c919dd76fd02d2d44ee3f2ca1b1 (diff)
downloadmongo-d779870e5d4744cbcc402cba2a77f8d892bed0ef.tar.gz
SERVER-25673 Remove redundant ChunkManager access in MigrationManager
Diffstat (limited to 'src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp')
-rw-r--r--src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp b/src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp
index fa83a3bd69e..94188337f6b 100644
--- a/src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp
+++ b/src/mongo/db/s/migration_chunk_cloner_source_legacy_test.cpp
@@ -142,7 +142,6 @@ protected:
kDonorConnStr.getSetName(),
kRecipientConnStr.getSetName(),
chunkRange,
- ChunkVersion(1, 0, OID::gen()),
1024 * 1024,
MigrationSecondaryThrottleOptions::create(MigrationSecondaryThrottleOptions::kDefault),
false);