diff --git a/i/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp --- a/i/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -2957,11 +2957,6 @@ } } m_process_sp->RestoreProcessEvents(); - } else { - Status error2; - error2.SetErrorStringWithFormat("process launch failed: %s", - error.AsCString()); - error = error2; } return error; }