summaryrefslogtreecommitdiff
path: root/chromium/third_party/cld
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/cld')
-rw-r--r--chromium/third_party/cld/README.chromium1
-rw-r--r--chromium/third_party/cld/base/build_config.h5
2 files changed, 1 insertions, 5 deletions
diff --git a/chromium/third_party/cld/README.chromium b/chromium/third_party/cld/README.chromium
index 865ba588819..4799d10072d 100644
--- a/chromium/third_party/cld/README.chromium
+++ b/chromium/third_party/cld/README.chromium
@@ -13,3 +13,4 @@ available from the Chromium tree, and not well-documented otherwise.
Local Modifications:
* Add support for arm64 architecture
+ * Remove dead USE_TCMALLOC #define.
diff --git a/chromium/third_party/cld/base/build_config.h b/chromium/third_party/cld/base/build_config.h
index ef6d40b9667..6fbf5c172e6 100644
--- a/chromium/third_party/cld/base/build_config.h
+++ b/chromium/third_party/cld/base/build_config.h
@@ -58,11 +58,6 @@
#define USE_BASE_DATA_PACK 1
#endif
-// Use tcmalloc
-#if defined(OS_WIN) && ! defined(NO_TCMALLOC)
-#define USE_TCMALLOC 1
-#endif
-
// Compiler detection.
#if defined(__GNUC__)
#define COMPILER_GCC 1