Index: base/process/kill.h |
diff --git a/base/process/kill.h b/base/process/kill.h |
index fb6423f514c521c14eabc7731d5658355e36039f..df0d95e0a8ce1f0ff26d8702e33435a73d8bbb89 100644 |
--- a/base/process/kill.h |
+++ b/base/process/kill.h |
@@ -57,12 +57,6 @@ BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait); |
BASE_EXPORT bool KillProcessGroup(ProcessHandle process_group_id); |
#endif // defined(OS_POSIX) |
-#if defined(OS_WIN) |
-BASE_EXPORT bool KillProcessById(ProcessId process_id, |
- int exit_code, |
- bool wait); |
-#endif // defined(OS_WIN) |
- |
// Get the termination status of the process by interpreting the |
// circumstances of the child process' death. |exit_code| is set to |
// the status returned by waitpid() on POSIX, and from |