summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Oler <blake.oler@mongodb.com>2019-11-11 18:27:54 +0000
committerevergreen <evergreen@mongodb.com>2019-11-11 18:27:54 +0000
commit2b64ed2d9049a10cf105f3fb1258062678bfd682 (patch)
treeda99665a9dca45e560832aaf28a1bab0b2409d77
parentc0af98b8eb800e30333d096965f916214e66db09 (diff)
downloadmongo-2b64ed2d9049a10cf105f3fb1258062678bfd682.tar.gz
SERVER-43443 Remove outdated TODO reference in MigrationDestinationManager
-rw-r--r--src/mongo/db/s/migration_destination_manager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/db/s/migration_destination_manager.h b/src/mongo/db/s/migration_destination_manager.h
index 910e259fc98..eff5aae8eb5 100644
--- a/src/mongo/db/s/migration_destination_manager.h
+++ b/src/mongo/db/s/migration_destination_manager.h
@@ -74,8 +74,6 @@ public:
/**
* Returns the singleton instance of the migration destination manager.
- *
- * TODO (SERVER-25333): This should become per-collection instance instead of singleton.
*/
static MigrationDestinationManager* get(OperationContext* opCtx);