summaryrefslogtreecommitdiffstats
path: root/base/process_util_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util_linux.cc')
-rw-r--r--base/process_util_linux.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/process_util_linux.cc b/base/process_util_linux.cc
index b350517..1f71f4d 100644
--- a/base/process_util_linux.cc
+++ b/base/process_util_linux.cc
@@ -718,10 +718,6 @@ int posix_memalign(void** ptr, size_t alignment, size_t size) {
#endif // !defined(USE_TCMALLOC)
} // extern C
-void EnableTerminationOnHeapCorruption() {
- // On Linux, there nothing to do AFAIK.
-}
-
void EnableTerminationOnOutOfMemory() {
#if defined(OS_ANDROID)
// Android doesn't support setting a new handler.