forked from OSchip/llvm-project
Remove debugging assert.
Found by Richard Smith in post-commit review of r167906. llvm-svn: 167911
This commit is contained in:
parent
d525d0746e
commit
72ee18c12a
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue