summaryrefslogtreecommitdiff
path: root/src/mongo/db/server_options_server_helpers.h
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2020-03-22 20:33:03 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-03-23 00:49:46 +0000
commit79a8452b2a813b796059e5eab6c18f685283ce08 (patch)
treebd5012bda9b1561f741c46bfadc7363837ad3d0e /src/mongo/db/server_options_server_helpers.h
parentc91a2f5932ac08ca28b25ce11b8ac4949552e271 (diff)
downloadmongo-79a8452b2a813b796059e5eab6c18f685283ce08.tar.gz
Revert "SERVER-46765 fix '--version' & '--sysinfo', which use kPlain logging"
This reverts commit cddfeb0c7cb137d46b14da18a7cfd4905bfab87f.
Diffstat (limited to 'src/mongo/db/server_options_server_helpers.h')
-rw-r--r--src/mongo/db/server_options_server_helpers.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mongo/db/server_options_server_helpers.h b/src/mongo/db/server_options_server_helpers.h
index 5a243ab5dee..51a59315554 100644
--- a/src/mongo/db/server_options_server_helpers.h
+++ b/src/mongo/db/server_options_server_helpers.h
@@ -29,8 +29,6 @@
#pragma once
-#include <iosfwd>
-
#include "mongo/base/status.h"
#include "mongo/util/options_parser/environment.h"
#include "mongo/util/options_parser/option_section.h"
@@ -68,9 +66,6 @@ Status setupServerOptions(const std::vector<std::string>& args);
*/
Status storeServerOptions(const optionenvironment::Environment& params);
-/**
- * Write to `os`, or to LOGV2 if null.
- */
-void printCommandLineOpts(std::ostream* os);
+void printCommandLineOpts();
} // namespace mongo