diff options
author | Robert Guo <robert.guo@10gen.com> | 2018-03-13 14:58:04 -0400 |
---|---|---|
committer | Robert Guo <robert.guo@10gen.com> | 2018-03-15 10:14:34 -0400 |
commit | ebcfc62197744ffe0bb77a404a8e210c2100de31 (patch) | |
tree | 0f9ce5d4a564abb207045d0765a7b77281de0cad /src/mongo/client/examples/mongoperf.cpp | |
parent | 137bae8a3739545564cef631e33680108e767330 (diff) | |
download | mongo-ebcfc62197744ffe0bb77a404a8e210c2100de31.tar.gz |
SERVER-33643 refactor processInfo to no longer depend on global
initialization.
Diffstat (limited to 'src/mongo/client/examples/mongoperf.cpp')
-rw-r--r-- | src/mongo/client/examples/mongoperf.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/client/examples/mongoperf.cpp b/src/mongo/client/examples/mongoperf.cpp index 80f43ae815d..e5f5b2686ec 100644 --- a/src/mongo/client/examples/mongoperf.cpp +++ b/src/mongo/client/examples/mongoperf.cpp @@ -51,7 +51,6 @@ #include "mongo/stdx/thread.h" #include "mongo/util/allocator.h" #include "mongo/util/mongoutils/str.h" -#include "mongo/util/processinfo.h" #include "mongo/util/scopeguard.h" #include "mongo/util/time_support.h" #include "mongo/util/timer.h" @@ -326,7 +325,6 @@ int main(int argc, char* argv[]) { return EXIT_FAILURE; } cout << "parsed options:\n" << options.toString() << endl; - ProcessInfo::initializeSystemInfo(); go(); } catch (DBException& e) { |