From acff8950158125374cde999738dac3b6b8348ff4 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Thu, 2 May 2013 00:27:30 +0000 Subject: Recommitting r180831 with trivial fix - remember to return errors if you compute. llvm-svn: 180898 --- lldb/source/Interpreter/CommandObject.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Interpreter/CommandObject.cpp') 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: -- cgit v1.2.3