summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/type_tags.h
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2020-03-23 17:05:48 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-27 15:16:30 +0000
commit272a73ec66783ffbf7f954c12fed41825caa96e4 (patch)
treebfd85467cd384ec2422e9ef7c016d781b49c4364 /src/mongo/s/catalog/type_tags.h
parent6694a0434f37db0d6671d05e37a54e78eb1f156b (diff)
downloadmongo-272a73ec66783ffbf7f954c12fed41825caa96e4.tar.gz
SERVER-44034 Remove refineCollectionShardKey and config.chunks/tags upgrade/downgrade code
Diffstat (limited to 'src/mongo/s/catalog/type_tags.h')
-rw-r--r--src/mongo/s/catalog/type_tags.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/s/catalog/type_tags.h b/src/mongo/s/catalog/type_tags.h
index 6e1f3e33dc1..d69d9eeb057 100644
--- a/src/mongo/s/catalog/type_tags.h
+++ b/src/mongo/s/catalog/type_tags.h
@@ -81,14 +81,6 @@ public:
BSONObj toBSON() const;
/**
- * Returns the BSON representation of the tag with an _id in the format expected by binaries 4.2
- * and below.
- *
- * TODO SERVER-44034: Remove this method.
- */
- BSONObj toBSONLegacyID() const;
-
- /**
* Returns a std::string representation of the current internal state.
*/
std::string toString() const;