summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-12-14 02:13:44 +0000
committerGreg Clayton <gclayton@apple.com>2012-12-14 02:13:44 +0000
commitfff17252a14d24b4140fb279deb789c4846a43c2 (patch)
tree28ea26c31812bd734105ab56b788310a0fd8aa54 /lldb
parentd3a3c9fdd515ca265121fd07d7a57b1c268cf020 (diff)
downloadbcm5719-llvm-fff17252a14d24b4140fb279deb789c4846a43c2.tar.gz
bcm5719-llvm-fff17252a14d24b4140fb279deb789c4846a43c2.zip
<rdar://problem/12878674>
Remove debug asserts. llvm-svn: 170173
Diffstat (limited to 'lldb')
-rw-r--r--lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
index 6260d34b2a0..6b129d4ad8a 100644
--- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
@@ -5303,7 +5303,6 @@ SymbolFileDWARF::CopyUniqueClassMethodTypes (Type *class_type,
{
// Erase this entry from the map
const size_t num_removed = dst_name_to_die_artificial.Erase (src_name_artificial);
- assert (num_removed == 0 || num_removed == 1); // REMOVE THIS
// Both classes have the artificial types, link them
clang::DeclContext *src_decl_ctx = m_die_to_decl_ctx[src_die];
if (src_decl_ctx)
OpenPOWER on IntegriCloud