diff options
-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 |