]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostic.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 18 May 2014 12:05:21 +0000 (12:05 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 18 May 2014 12:05:21 +0000 (12:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209087 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index a1d2514d800d099e0347436e2b61f8900ee4f92a..40d92d09531fc4c7e040dc733959653aae324483 100644 (file)
@@ -1862,8 +1862,6 @@ def warn_auto_var_is_id : Warning<
 // Attributes
 def err_nsobject_attribute : Error<
   "'NSObject' attribute is for pointer types only">;
-def err_attribute_can_be_applied_only_to_symbol_declaration : Error<
-  "%0 attribute can be applied only to symbol declaration">;
 def err_attributes_are_not_compatible : Error<
   "%0 and %1 attributes are not compatible">;
 def err_attribute_wrong_number_arguments : Error<