From fff17252a14d24b4140fb279deb789c4846a43c2 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 14 Dec 2012 02:13:44 +0000 Subject: [PATCH] Remove debug asserts. llvm-svn: 170173 --- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp index 6260d34..6b129d4 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) -- 2.7.4