From f8a7cfad6d1ee4bb8e8fdc24d7f41483d0647ad0 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 16 Oct 2014 08:08:13 +0000 Subject: [PATCH] Remove unreachable code. llvm-svn: 219915 --- lldb/source/Interpreter/OptionValuePathMappings.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lldb/source/Interpreter/OptionValuePathMappings.cpp b/lldb/source/Interpreter/OptionValuePathMappings.cpp index 88a0eb7..b442277 100644 --- a/lldb/source/Interpreter/OptionValuePathMappings.cpp +++ b/lldb/source/Interpreter/OptionValuePathMappings.cpp @@ -173,9 +173,6 @@ OptionValuePathMappings::SetValueFromCString (const char *value, VarSetOperation break; } return error; - - m_value_was_set = true; - return Error(); } lldb::OptionValueSP -- 2.7.4