From 329860e495667aa3caab095f5e6032ffc4d4dcfd Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 26 Jan 2016 17:43:48 +0000 Subject: [PATCH] Revert r258546. Seems that the patch was rebased on top of another change which obsoleted the change but wasnt caught. Thanks to nbjoerg for pointing this out! llvm-svn: 258821 --- lldb/source/Expression/ExpressionSourceCode.cpp | 1 - lldb/source/Target/Process.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp index 2601727cf35a..93bac62c43c0 100644 --- a/lldb/source/Expression/ExpressionSourceCode.cpp +++ b/lldb/source/Expression/ExpressionSourceCode.cpp @@ -119,7 +119,6 @@ public: default: return false; } - llvm_unreachable("unhandled state"); } private: diff --git a/lldb/source/Target/Process.cpp b/lldb/source/Target/Process.cpp index eb6da794399d..c347781f6bdd 100644 --- a/lldb/source/Target/Process.cpp +++ b/lldb/source/Target/Process.cpp @@ -1501,7 +1501,6 @@ Process::IsAlive () default: return false; } - llvm_unreachable("unhandled state"); } // This static callback can be used to watch for local child processes on