Remove debugging assert.

Found by Richard Smith in post-commit review of r167906.

llvm-svn: 167911
This commit is contained in:
David Blaikie 2012-11-14 04:41:34 +00:00
parent d525d0746e
commit 72ee18c12a
1 changed files with 0 additions and 3 deletions

View File

@ -1127,9 +1127,6 @@ void CXXNameMangler::mangleUnqualifiedName(const NamedDecl *ND,
break;
}
//assert(cast<RecordDecl>(RD)->isAnonymousStructOrUnion() && "Don't mangle unnamed things as "
// "anonymous things");
// Get a unique id for the anonymous struct.
uint64_t AnonStructId = Context.getAnonymousStructId(TD);