diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-10-31 20:12:14 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-10-31 20:12:14 +0000 |
commit | 773f8ad66bf98943925e5ee374291440ff6e5e8e (patch) | |
tree | e3ab9ad189ed4c0ad234b5ecd3bd466a20bbaa38 /lldb/source/Interpreter/CommandInterpreter.cpp | |
parent | f310361a7d37397ff3d9d7b84a0869e1cdc2370c (diff) | |
download | bcm5719-llvm-773f8ad66bf98943925e5ee374291440ff6e5e8e.tar.gz bcm5719-llvm-773f8ad66bf98943925e5ee374291440ff6e5e8e.zip |
Fix the r143266 check-in which broke TestCommandRegex.py.
llvm-svn: 143359
Diffstat (limited to 'lldb/source/Interpreter/CommandInterpreter.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandInterpreter.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp index 0b9e4db2450..e5c6e325d83 100644 --- a/lldb/source/Interpreter/CommandInterpreter.cpp +++ b/lldb/source/Interpreter/CommandInterpreter.cpp @@ -1376,13 +1376,6 @@ CommandInterpreter::HandleCommand (const char *command_line, } } break; - - default: - result.AppendErrorWithFormat ("unknown command shorthand suffix: '%s'\n", - suffix.c_str()); - result.SetStatus (eReturnStatusFailed); - return false; - } } } |