From 67a6b6bf004661182e1654edd24942c067701f8b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 18 Feb 2009 23:00:57 +0000 Subject: [PATCH] fariborz already fixed this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64975 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Sema/SemaType.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.50.1