summaryrefslogtreecommitdiff
path: root/src/mongo/base/init.cpp
diff options
context:
space:
mode:
authorShaun Verch <shaun.verch@10gen.com>2013-10-07 12:13:02 -0400
committerShaun Verch <shaun.verch@10gen.com>2013-10-09 10:06:37 -0400
commitf8a42a561a37d683234a383ccdae5721030560e1 (patch)
tree91000d03b05c7975c6d358119733b6baeb391bde /src/mongo/base/init.cpp
parentfc67141dcb245aaaa47321c863c8d26aef6bb5ee (diff)
downloadmongo-f8a42a561a37d683234a383ccdae5721030560e1.tar.gz
SERVER-8510 Make initializer groups for the four stages of option handling
Diffstat (limited to 'src/mongo/base/init.cpp')
-rw-r--r--src/mongo/base/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/base/init.cpp b/src/mongo/base/init.cpp
index e5a8300717c..e88d0f96b4e 100644
--- a/src/mongo/base/init.cpp
+++ b/src/mongo/base/init.cpp
@@ -16,4 +16,3 @@
#include "mongo/base/init.h"
MONGO_INITIALIZER_GROUP(default, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS)
-MONGO_INITIALIZER_GROUP(completedStartupConfig, MONGO_NO_PREREQUISITES, ("default"))