diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-01-26 17:43:48 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-01-26 17:43:48 +0000 |
commit | 329860e495667aa3caab095f5e6032ffc4d4dcfd (patch) | |
tree | 43e58604d62c07feecac48a5f15cc3c6fee2817a /lldb/source/Expression/ExpressionSourceCode.cpp | |
parent | f1ac8ba45b4926008ca9d88e581b4e3784213e4a (diff) | |
download | bcm5719-llvm-329860e495667aa3caab095f5e6032ffc4d4dcfd.tar.gz bcm5719-llvm-329860e495667aa3caab095f5e6032ffc4d4dcfd.zip |
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
Diffstat (limited to 'lldb/source/Expression/ExpressionSourceCode.cpp')
-rw-r--r-- | lldb/source/Expression/ExpressionSourceCode.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/ExpressionSourceCode.cpp b/lldb/source/Expression/ExpressionSourceCode.cpp index 2601727cf35..93bac62c43c 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: |