diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 18:53:53 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 18:53:53 +0000 |
commit | 947f3a7e1de2905dbfb07b3f67289383117104a0 (patch) | |
tree | 0d8965615a543d580da758fd000703f69b6a0206 /build/build_config.h | |
parent | 230f7b16724ce58df3138077b6584fa62131c522 (diff) | |
download | chromium_src-947f3a7e1de2905dbfb07b3f67289383117104a0.zip chromium_src-947f3a7e1de2905dbfb07b3f67289383117104a0.tar.gz chromium_src-947f3a7e1de2905dbfb07b3f67289383117104a0.tar.bz2 |
Remove USE_BASE_DATA_PACK from build_config.h since it's only
used in one file. Inline the usage instead.
Review URL: http://codereview.chromium.org/7538030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95123 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/build_config.h')
-rw-r--r-- | build/build_config.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/build_config.h b/build/build_config.h index 6f412c7..ce5ac6a 100644 --- a/build/build_config.h +++ b/build/build_config.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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. @@ -69,8 +69,6 @@ defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(OS_ANDROID) || \ defined(OS_NACL) #define OS_POSIX 1 -// Use base::DataPack for name/value pairs. -#define USE_BASE_DATA_PACK 1 #endif // Use tcmalloc |