fix 'var unused' warning.

llvm-svn: 50484
This commit is contained in:
Chris Lattner 2008-04-30 16:04:01 +00:00
parent 78769f0223
commit e16406d2b1
1 changed files with 2 additions and 2 deletions

View File

@ -2449,8 +2449,8 @@ void Sema::HandleTransparentUnionAttribute(Decl *d, AttributeList *rawAttr) {
return;
}
QualType QTy = Context.getTypeDeclType(decl);
const RecordType *Ty = QTy->getAsUnionType();
//QualType QTy = Context.getTypeDeclType(decl);
//const RecordType *Ty = QTy->getAsUnionType();
// FIXME
// Ty->addAttr(new TransparentUnionAttr());