[Lldb-commits] [lldb] r159844 - /lldb/trunk/source/Core/Module.cpp

Greg Clayton gclayton at apple.com
Fri Jul 6 10:58:01 PDT 2012


Author: gclayton
Date: Fri Jul  6 12:58:01 2012
New Revision: 159844

URL: http://llvm.org/viewvc/llvm-project?rev=159844&view=rev
Log:
<rdar://problem/11819635>


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

Modified: lldb/trunk/source/Core/Module.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Module.cpp?rev=159844&r1=159843&r2=159844&view=diff
==============================================================================
--- lldb/trunk/source/Core/Module.cpp (original)
+++ lldb/trunk/source/Core/Module.cpp Fri Jul  6 12:58:01 2012
@@ -693,10 +693,6 @@
             types.RemoveMismatchedTypes (type_scope, type_basename, exact_match);
             num_matches = types.GetSize();
         }
-        else
-        {
-            types.Clear();
-        }
     }
     else
     {





More information about the lldb-commits mailing list