summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_version.idl
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-01-20 09:20:51 +0100
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-24 14:44:28 +0000
commit3ce4e1938871cfa86599cf37c871542a7f4ca4c4 (patch)
treef659eb8120daa83b8b21ca25ffee25704474b171 /src/mongo/s/chunk_version.idl
parent14c6f826f2d54a9d6928009be3627bff948ceb39 (diff)
downloadmongo-3ce4e1938871cfa86599cf37c871542a7f4ca4c4.tar.gz
SERVER-62783 Move the version parsing for ShardCollectionType out of ChunkVersion
Diffstat (limited to 'src/mongo/s/chunk_version.idl')
-rw-r--r--src/mongo/s/chunk_version.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mongo/s/chunk_version.idl b/src/mongo/s/chunk_version.idl
index 82ea4f5333c..e2e50aadcff 100644
--- a/src/mongo/s/chunk_version.idl
+++ b/src/mongo/s/chunk_version.idl
@@ -42,11 +42,3 @@ types:
cpp_type: ChunkVersion
serializer: ChunkVersion::toBSON
deserializer: ChunkVersion::fromBSONThrowing
-
- ChunkVersionLegacy:
- bson_serialization_type: any
- description: An object representing a chunk version for a collection. Ignores the epoch
- component in the chunk version for legacy reasons.
- cpp_type: ChunkVersion
- serializer: ChunkVersion::legacyToBSON
- deserializer: ChunkVersion::legacyFromBSONThrowing