]> granicus.if.org Git - clang/commitdiff
fariborz already fixed this.
authorChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 23:00:57 +0000 (23:00 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 18 Feb 2009 23:00:57 +0000 (23:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64975 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaType.cpp

index f0e6c81fdc121f8c9ec1213bc5a932ef2a49f25c..02ba807758bc3741ec35241db81351ed7744cafe 100644 (file)
@@ -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;