diff options
Diffstat (limited to 'build/build_config.h')
-rw-r--r-- | build/build_config.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/build/build_config.h b/build/build_config.h index 97b0b5a..7784bb6 100644 --- a/build/build_config.h +++ b/build/build_config.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -71,11 +71,6 @@ #define USE_TCMALLOC 1 #endif -// Use heapchecker. -#if defined(OS_LINUX) && !defined(NO_HEAPCHECKER) -#define USE_HEAPCHECKER 1 -#endif - // Compiler detection. #if defined(__GNUC__) #define COMPILER_GCC 1 |