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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits