diff options
Diffstat (limited to 'lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp')
-rw-r--r-- | lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp index 782ee92d99b..33fa89c6341 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp @@ -754,9 +754,6 @@ PlatformLinux::DebugProcess (ProcessLaunchInfo &launch_info, log->Printf ("PlatformLinux::%s successfully created process", __FUNCTION__); } - // Set the unix signals properly. - process_sp->SetUnixSignals (Host::GetUnixSignals ()); - // Adjust launch for a hijacker. ListenerSP listener_sp; if (!launch_info.GetHijackListener ()) |