summaryrefslogtreecommitdiff
path: root/src/mongo/s/chunk_version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/chunk_version.h')
-rw-r--r--src/mongo/s/chunk_version.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mongo/s/chunk_version.h b/src/mongo/s/chunk_version.h
index 68f33c6b018..2a7911bfefe 100644
--- a/src/mongo/s/chunk_version.h
+++ b/src/mongo/s/chunk_version.h
@@ -124,10 +124,6 @@ public:
ChunkVersion() : ChunkVersion({OID(), Timestamp()}, {0, 0}) {}
- // TODO: Do not add any new usages of this constructor. Use the one above instead.
- ChunkVersion(uint32_t major, uint32_t minor, OID epoch, Timestamp timestamp)
- : CollectionGeneration(epoch, timestamp), CollectionPlacement(major, minor) {}
-
/**
* Indicates that the collection is not sharded.
*/