summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/config/sharding_catalog_manager.h')
-rw-r--r--src/mongo/db/s/config/sharding_catalog_manager.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/mongo/db/s/config/sharding_catalog_manager.h b/src/mongo/db/s/config/sharding_catalog_manager.h
index ad32e5cfe82..8c327def29c 100644
--- a/src/mongo/db/s/config/sharding_catalog_manager.h
+++ b/src/mongo/db/s/config/sharding_catalog_manager.h
@@ -94,14 +94,6 @@ public:
~ShardingCatalogManager();
/**
- * Indicates the desired modification to the config.chunks and config.tags collections during
- * setFeatureCompatibilityVersion.
- *
- * TODO SERVER-44034: Remove this enum.
- */
- enum class ConfigUpgradeType { kUpgrade, kDowngrade };
-
- /**
* Instantiates an instance of the sharding catalog manager and installs it on the specified
* service context. This method is not thread-safe and must be called only once when the service
* is starting.
@@ -400,14 +392,6 @@ public:
*/
Status setFeatureCompatibilityVersionOnShards(OperationContext* opCtx, const BSONObj& cmdObj);
- /**
- * Changes the _id format of all documents in config.chunks and config.tags to use either the
- * format introduced in 4.4 or the format expected by a 4.2 binary.
- *
- * TODO SERVER-44034: Remove this method.
- */
- void upgradeOrDowngradeChunksAndTags(OperationContext* opCtx, ConfigUpgradeType upgradeType);
-
//
// For Diagnostics
//