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

lldb/source/Interpreter/OptionValueFileSpecLIst.cpp

index e493c70..89d2e42 100644 (file)
@@ -172,9 +172,6 @@ OptionValueFileSpecList::SetValueFromCString (const char *value, VarSetOperation
             break;
     }
     return error;
-
-    m_value_was_set = true;
-    return Error();
 }
 
 lldb::OptionValueSP