From: Chris Lattner Date: Wed, 18 Feb 2009 23:00:57 +0000 (+0000) Subject: fariborz already fixed this. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67a6b6bf004661182e1654edd24942c067701f8b;p=clang fariborz already fixed this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64975 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaType.cpp b/lib/Sema/SemaType.cpp index f0e6c81fdc..02ba807758 100644 --- a/lib/Sema/SemaType.cpp +++ b/lib/Sema/SemaType.cpp @@ -779,7 +779,6 @@ static void HandleAddressSpaceTypeAttribute(QualType &Type, /// specified type. The attribute contains 1 argument, weak or strong. static void HandleObjCGCTypeAttribute(QualType &Type, const AttributeList &Attr, Sema &S) { - // FIXME. change error code. if (Type.getObjCGCAttr() != QualType::GCNone) { S.Diag(Attr.getLoc(), diag::err_attribute_multiple_objc_gc); return;