diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 18:39:31 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 18:39:31 +0000 |
commit | 04e912e2c64a8c7bb26e1045e5c61ade5d828254 (patch) | |
tree | 6a024d08b8398ec8d2a64218a645e7e165a31e89 /base | |
parent | a927d11d4190fddcb7fe5714445b028188da420e (diff) | |
download | chromium_src-04e912e2c64a8c7bb26e1045e5c61ade5d828254.zip chromium_src-04e912e2c64a8c7bb26e1045e5c61ade5d828254.tar.gz chromium_src-04e912e2c64a8c7bb26e1045e5c61ade5d828254.tar.bz2 |
Merge 32078 - linux: Remove NOTIMPL cluttering test output
BUG=27222
Review URL: http://codereview.chromium.org/395009
TBR=evan@chromium.org
Review URL: http://codereview.chromium.org/455005
git-svn-id: svn://svn.chromium.org/chrome/branches/249/src@33303 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/process_util_linux.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc index 94942d6..25f1c27 100644 --- a/base/process_util_linux.cc +++ b/base/process_util_linux.cc @@ -597,7 +597,6 @@ void EnableTerminationOnOutOfMemory() { // For tcmalloc, we just need to tell it to behave like new. tc_set_new_mode(1); #endif - NOTIMPLEMENTED(); } } // namespace base |