summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/collection_options.cpp')
-rw-r--r--src/mongo/db/catalog/collection_options.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mongo/db/catalog/collection_options.cpp b/src/mongo/db/catalog/collection_options.cpp
index d33055ec554..44637ae2277 100644
--- a/src/mongo/db/catalog/collection_options.cpp
+++ b/src/mongo/db/catalog/collection_options.cpp
@@ -42,13 +42,6 @@
namespace mongo {
-// TODO(SERVER-34489) Remove when upgrade/downgrade is ready.
-bool createTimestampSafeUniqueIndex = false;
-ExportedServerParameter<bool, ServerParameterType::kStartupOnly>
- createTimestampSafeUniqueIndexParameter(ServerParameterSet::getGlobal(),
- "createTimestampSafeUniqueIndex",
- &createTimestampSafeUniqueIndex);
-
// static
bool CollectionOptions::validMaxCappedDocs(long long* max) {
if (*max <= 0 || *max == std::numeric_limits<long long>::max()) {