Author: jmolenda
Date: Thu Oct 16 03:07:54 2014
New Revision: 219914

URL: http://llvm.org/viewvc/llvm-project?rev=219914&view=rev
Log:
Remove unreachable code.

Modified:
    lldb/trunk/source/Interpreter/OptionValueFileSpecLIst.cpp

Modified: lldb/trunk/source/Interpreter/OptionValueFileSpecLIst.cpp
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Interpreter/OptionValueFileSpecLIst.cpp?rev=219914&r1=219913&r2=219914&view=diff
==============================================================================
--- lldb/trunk/source/Interpreter/OptionValueFileSpecLIst.cpp (original)
+++ lldb/trunk/source/Interpreter/OptionValueFileSpecLIst.cpp Thu Oct 16 
03:07:54 2014
@@ -172,9 +172,6 @@ OptionValueFileSpecList::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

Reply via email to