diff options
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 5b1159a..1cd71b0 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -1605,11 +1605,6 @@ Status CommandInterpreter::PreprocessCommand(std::string &command) { error.SetErrorStringWithFormat( "expression interrupted for the expression '%s'", expr_str.c_str()); break; - case eExpressionThreadVanished: - error.SetErrorStringWithFormat( - "expression thread disappeared for the expression '%s'", - expr_str.c_str()); - break; case eExpressionHitBreakpoint: error.SetErrorStringWithFormat( "expression hit breakpoint for the expression '%s'", |