summaryrefslogtreecommitdiffstats
path: root/base/process_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/process_util.h')
-rw-r--r--base/process_util.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/base/process_util.h b/base/process_util.h
index 00135c4..2805e42 100644
--- a/base/process_util.h
+++ b/base/process_util.h
@@ -147,12 +147,6 @@ BASE_EXPORT extern size_t g_oom_size;
BASE_EXPORT void RouteStdioToConsole();
#endif
-#if defined(OS_POSIX)
-// Ignores SIGPIPE signal. We handle pipe errors in a different way.
-// Returns true on success.
-BASE_EXPORT bool IgnoreSigPipe() WARN_UNUSED_RESULT;
-#endif
-
// Returns the id of the current process.
BASE_EXPORT ProcessId GetCurrentProcId();