diff options
Diffstat (limited to 'lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp')
| -rw-r--r-- | lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp index 571818134d4..47e11353714 100644 --- a/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp +++ b/lldb/source/Plugins/Process/POSIX/ProcessPOSIX.cpp @@ -339,11 +339,7 @@ ProcessPOSIX::DoDestroy() { assert(m_monitor); m_exit_now = true; -#ifdef __linux__ - if ((m_monitor == NULL || kill(m_monitor->GetPID(), SIGKILL)) && error.Success()) -#else if (!m_monitor->Kill()) -#endif { error.SetErrorToErrno(); return error; |

