diff options
author | Sara Golemon <sara.golemon@mongodb.com> | 2019-03-01 19:51:48 +0000 |
---|---|---|
committer | Sara Golemon <sara.golemon@mongodb.com> | 2019-03-03 01:46:09 +0000 |
commit | 217588a5eff6d4c4d2621a03a0cee1b4566e00f1 (patch) | |
tree | d1844aa3218512dc9ff3f1e943c9587cbe7da3fe /src/mongo/util/heap_profiler.cpp | |
parent | 857d20826c15d6a8fccf0b2b364bf7c4791220a1 (diff) | |
download | mongo-217588a5eff6d4c4d2621a03a0cee1b4566e00f1.tar.gz |
SERVER-37092 Remove old server parameter API
Diffstat (limited to 'src/mongo/util/heap_profiler.cpp')
-rw-r--r-- | src/mongo/util/heap_profiler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/util/heap_profiler.cpp b/src/mongo/util/heap_profiler.cpp index 449a2f71f37..be7910856a2 100644 --- a/src/mongo/util/heap_profiler.cpp +++ b/src/mongo/util/heap_profiler.cpp @@ -35,7 +35,6 @@ #include "mongo/base/static_assert.h" #include "mongo/config.h" #include "mongo/db/commands/server_status.h" -#include "mongo/db/server_parameters.h" #include "mongo/util/log.h" #include "mongo/util/stacktrace.h" #include "mongo/util/tcmalloc_parameters_gen.h" |