[Lldb-commits] [lldb] r265931 - Remove unintentional return

Bhushan D. Attarde via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 11 04:19:39 PDT 2016


Author: bhushan.attarde
Date: Mon Apr 11 06:19:37 2016
New Revision: 265931

URL: http://llvm.org/viewvc/llvm-project?rev=265931&view=rev
Log:
Remove unintentional return

Modified:
    lldb/trunk/source/Core/ArchSpec.cpp

Modified: lldb/trunk/source/Core/ArchSpec.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/ArchSpec.cpp?rev=265931&r1=265930&r2=265931&view=diff
==============================================================================
--- lldb/trunk/source/Core/ArchSpec.cpp (original)
+++ lldb/trunk/source/Core/ArchSpec.cpp Mon Apr 11 06:19:37 2016
@@ -1344,7 +1344,6 @@ cores_match (const ArchSpec::Core core1,
         {
             if (core2 == ArchSpec::eCore_mips32el || core2 == ArchSpec::eCore_mips32r6el)
                 return true;
-                return true;
         }
         break;
 




More information about the lldb-commits mailing list