summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/storage_interface_impl_test.cpp
diff options
context:
space:
mode:
authorMaria van Keulen <maria@mongodb.com>2018-03-02 09:22:33 -0500
committerMaria van Keulen <maria@mongodb.com>2018-03-02 09:32:04 -0500
commit0b8094a34b9458ad46cf05cf67015d83725934b7 (patch)
tree926bc322bd383cd392e021a9e277781a8db01186 /src/mongo/db/repl/storage_interface_impl_test.cpp
parenta945fb4697af6e2360ddcdd4eee2b73a0f42469f (diff)
downloadmongo-0b8094a34b9458ad46cf05cf67015d83725934b7.tar.gz
SERVER-32741 Remove erroneous TODOs
The uuid field is intentionally optional in CollectionOptions because CollectionOptions is used for both parsing stored collection options and parsing user-specified collection options, and users are not allowed to define their own UUIDs.
Diffstat (limited to 'src/mongo/db/repl/storage_interface_impl_test.cpp')
-rw-r--r--src/mongo/db/repl/storage_interface_impl_test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/repl/storage_interface_impl_test.cpp b/src/mongo/db/repl/storage_interface_impl_test.cpp
index fc6c159c51d..3b8eac55cdd 100644
--- a/src/mongo/db/repl/storage_interface_impl_test.cpp
+++ b/src/mongo/db/repl/storage_interface_impl_test.cpp
@@ -87,7 +87,6 @@ NamespaceString makeNamespace(const T& t, const std::string& suffix = "") {
* Generates a default CollectionOptions object with a UUID. These options should be used
* when creating a collection in this test because otherwise, collections will not be created
* with UUIDs. All collections are expected to have UUIDs.
- * TODO(SERVER-31540) Remove once UUID is no longer a boost::optional in CollectionOptions.
*/
CollectionOptions generateOptionsWithUuid() {
CollectionOptions options;