summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-05-05 00:34:41 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-05-05 00:34:41 -0400
commit0a2be248888a1c11fda2848682b54fd314ab162c (patch)
tree53c6499f463d1fbc95d2c014a09f41c58c3e0591 /src/mongo/util
parent263a5d5b39091a87a553420dba5fb393902a2166 (diff)
downloadmongo-0a2be248888a1c11fda2848682b54fd314ab162c.tar.gz
SERVER-18079: Use TCMalloc for WT on Windows
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/tcmalloc_server_status_section.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mongo/util/tcmalloc_server_status_section.cpp b/src/mongo/util/tcmalloc_server_status_section.cpp
index 9ef18d3d062..6ad075f7c26 100644
--- a/src/mongo/util/tcmalloc_server_status_section.cpp
+++ b/src/mongo/util/tcmalloc_server_status_section.cpp
@@ -147,13 +147,3 @@ namespace {
}
}
-#ifdef _WIN32
- // gperftools/windows/patch_functions.cc normally defines this function,
- // but we do not link this file since it would dynamically patch our functions.
- // We override the behavior of this function to no-patch functions, but instead
- // simply to do nothing
- // TCMalloc calls this via a static initializer
- void PatchWindowsFunctions() {
- // Intentionally left empty
- }
-#endif