diff options
Diffstat (limited to 'lldb/source/Target/Process.cpp')
-rw-r--r-- | lldb/source/Target/Process.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index abab5a3119b..7ed4cb09b9a 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -671,10 +671,6 @@ ProcessLaunchInfo::FileAction::AddPosixSpawnFileAction (posix_spawn_file_actions file_actions, info->m_fd, info->m_path.c_str(), oflag, mode); } break; - - default: - error.SetErrorStringWithFormat ("invalid file action: %i", info->m_action); - break; } return error.Success(); } @@ -3369,7 +3365,6 @@ Process::ShouldBroadcastEvent (Event *event_ptr) // This is a transition from stop to run. switch (m_thread_list.ShouldReportRun (event_ptr)) { - default: case eVoteYes: case eVoteNoOpinion: return_value = true; |