<rdar://problem/12712928>

Removed an assert that was for debug only.

llvm-svn: 168190
This commit is contained in:
Greg Clayton 2012-11-16 20:00:00 +00:00
parent 9544fc7dd8
commit 474148e4ac
1 changed files with 0 additions and 1 deletions

View File

@ -261,7 +261,6 @@ public:
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
}
}