]> granicus.if.org Git - clang/commitdiff
Remove an unused diag left over from r198046
authorAlp Toker <alp@nuanti.com>
Wed, 1 Jan 2014 06:07:48 +0000 (06:07 +0000)
committerAlp Toker <alp@nuanti.com>
Wed, 1 Jan 2014 06:07:48 +0000 (06:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198272 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index bbef89d5b8b948668a57ff481b5dd74ec6af3f2a..036d8555ce133f72be6bf241588713b1a8db53d5 100644 (file)
@@ -2084,8 +2084,6 @@ def warn_objc_precise_lifetime_meaningless : Error<
   "objc_precise_lifetime is not meaningful for "
   "%select{__unsafe_unretained|__autoreleasing}0 objects">;
 def err_invalid_pcs : Error<"invalid PCS type">;
-def err_attribute_can_be_applied_only_to_value_decl : Error<
-  "%0 attribute can only be applied to value declarations">;
 def warn_attribute_not_on_decl : Warning<
   "%0 attribute ignored when parsing type">, InGroup<IgnoredAttributes>;
 def err_base_specifier_attribute : Error<