Remove unreachable code.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:08:13 +0000 (08:08 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:08:13 +0000 (08:08 +0000)
llvm-svn: 219915

lldb/source/Interpreter/OptionValuePathMappings.cpp

index 88a0eb7..b442277 100644 (file)
@@ -173,9 +173,6 @@ OptionValuePathMappings::SetValueFromCString (const char *value, VarSetOperation
             break;
     }
     return error;
-
-    m_value_was_set = true;
-    return Error();
 }
 
 lldb::OptionValueSP