diff options
author | Jim Ingham <jingham@apple.com> | 2013-05-02 00:27:30 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2013-05-02 00:27:30 +0000 |
commit | acff8950158125374cde999738dac3b6b8348ff4 (patch) | |
tree | 8fa60ab21baab12386726b23df12677181aa22f1 /lldb/source/Interpreter/CommandObject.cpp | |
parent | ae4a5567e118a7819f990dad475e3297654bb9f3 (diff) | |
download | bcm5719-llvm-acff8950158125374cde999738dac3b6b8348ff4.tar.gz bcm5719-llvm-acff8950158125374cde999738dac3b6b8348ff4.zip |
Recommitting r180831 with trivial fix - remember to return errors if you compute.
llvm-svn: 180898
Diffstat (limited to 'lldb/source/Interpreter/CommandObject.cpp')
-rw-r--r-- | lldb/source/Interpreter/CommandObject.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Interpreter/CommandObject.cpp b/lldb/source/Interpreter/CommandObject.cpp index d2b2ce54875..68756050c6f 100644 --- a/lldb/source/Interpreter/CommandObject.cpp +++ b/lldb/source/Interpreter/CommandObject.cpp @@ -295,7 +295,6 @@ CommandObject::CheckRequirements (CommandReturnObject &result) else { StateType state = process->GetState(); - switch (state) { case eStateInvalid: |