[Lldb-commits] [lldb] r168190 - /lldb/trunk/include/lldb/Target/ObjCLanguageRuntime.h

Greg Clayton gclayton at apple.com
Fri Nov 16 12:00:00 PST 2012


Author: gclayton
Date: Fri Nov 16 14:00:00 2012
New Revision: 168190

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

Removed an assert that was for debug only.


Modified:
    lldb/trunk/include/lldb/Target/ObjCLanguageRuntime.h

Modified: lldb/trunk/include/lldb/Target/ObjCLanguageRuntime.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Target/ObjCLanguageRuntime.h?rev=168190&r1=168189&r2=168190&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Target/ObjCLanguageRuntime.h (original)
+++ lldb/trunk/include/lldb/Target/ObjCLanguageRuntime.h Fri Nov 16 14:00:00 2012
@@ -261,7 +261,6 @@
         if (m_process && m_process->GetStopID() != m_isa_to_descriptor_cache_stop_id)
         {
             UpdateISAToDescriptorMapIfNeeded ();
-            assert (m_process->GetStopID() == m_isa_to_descriptor_cache_stop_id); // REMOVE THIS PRIOR TO CHECKIN
         }
     }
     





More information about the lldb-commits mailing list