[Lldb-commits] [lldb] r219915 - Remove unreachable code.
Jason Molenda
jmolenda at apple.com
Thu Oct 16 01:08:13 PDT 2014
Author: jmolenda
Date: Thu Oct 16 03:08:13 2014
New Revision: 219915
URL: http://llvm.org/viewvc/llvm-project?rev=219915&view=rev
Log:
Remove unreachable code.
Modified:
lldb/trunk/source/Interpreter/OptionValuePathMappings.cpp
Modified: lldb/trunk/source/Interpreter/OptionValuePathMappings.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/OptionValuePathMappings.cpp?rev=219915&r1=219914&r2=219915&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/OptionValuePathMappings.cpp (original)
+++ lldb/trunk/source/Interpreter/OptionValuePathMappings.cpp Thu Oct 16 03:08:13 2014
@@ -173,9 +173,6 @@ OptionValuePathMappings::SetValueFromCSt
break;
}
return error;
-
- m_value_was_set = true;
- return Error();
}
lldb::OptionValueSP
More information about the lldb-commits
mailing list