summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/collection_metadata_test.cpp
diff options
context:
space:
mode:
authorPierlauro Sciarelli <pierlauro.sciarelli@mongodb.com>2023-03-29 13:05:23 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-03-29 14:50:21 +0000
commitdcc570ec63e5cefd18811e6d98b9518907e86d50 (patch)
treecafaa85f80f2f9cf219289dd645e72ddaba4b48a /src/mongo/db/s/collection_metadata_test.cpp
parent58a69ba924e2ca557bf1c208fed59fc948107bd0 (diff)
downloadmongo-dcc570ec63e5cefd18811e6d98b9518907e86d50.tar.gz
SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chunk manager and shard collection type
Diffstat (limited to 'src/mongo/db/s/collection_metadata_test.cpp')
-rw-r--r--src/mongo/db/s/collection_metadata_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/s/collection_metadata_test.cpp b/src/mongo/db/s/collection_metadata_test.cpp
index 18114ec79a4..a7ecaa36577 100644
--- a/src/mongo/db/s/collection_metadata_test.cpp
+++ b/src/mongo/db/s/collection_metadata_test.cpp
@@ -101,7 +101,6 @@ CollectionMetadata makeCollectionMetadataImpl(
timestamp,
boost::none /* timeseriesFields */,
std::move(reshardingFields),
- boost::none /* chunkSizeBytes */,
true,
allChunks)),
kChunkManager),