summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/storage/storage_options.cpp')
-rw-r--r--src/mongo/db/storage/storage_options.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/storage/storage_options.cpp b/src/mongo/db/storage/storage_options.cpp
index f9eda312535..5cc702e1302 100644
--- a/src/mongo/db/storage/storage_options.cpp
+++ b/src/mongo/db/storage/storage_options.cpp
@@ -55,7 +55,6 @@ void StorageGlobalParams::reset() {
syncdelay = 60.0;
readOnly = false;
groupCollections = false;
- oplogMinRetentionHours.store(0.0);
}
StorageGlobalParams storageGlobalParams;