[Lldb-commits] [lldb] r219914 - Remove unreachable code.

Jason Molenda jmolenda at apple.com
Thu Oct 16 01:07:55 PDT 2014


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





More information about the lldb-commits mailing list