summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-01-29 22:34:47 -0500
committerKaloian Manassiev <kaloian.manassiev@mongodb.com>2019-01-30 11:11:15 -0500
commit93aae1b4159d4e26e6b3ec5c6b870160ba63309f (patch)
tree12c51bd10f7c9f8d0a8b4f740c34023ff75fe581 /src
parentd6b229e0f926e5a36758b811e284daf3b116ea08 (diff)
downloadmongo-93aae1b4159d4e26e6b3ec5c6b870160ba63309f.tar.gz
SERVER-39234 Remove unused variable from the shardCollection unit-test
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp b/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
index 1f16b0c5009..151e8d0bc16 100644
--- a/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
+++ b/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
@@ -258,9 +258,6 @@ TEST_F(ConfigServerShardCollectionTest, RangeSharding_ForMapReduce_WithInitialSp
// Now start actually sharding the collection.
auto future = launchAsync([&] {
- // TODO: can we mock the ShardRegistry to return these?
- set<ShardId> shards{shard0.getName(), shard1.getName(), shard2.getName()};
-
ThreadClient tc("Test", getServiceContext());
auto opCtx = cc().makeOperationContext();
ShardingCatalogManager::get(operationContext())