summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-05-18 12:05:21 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-05-18 12:05:21 +0000
commitf30d4460fcf3fbe465757d9aae7d6c2a9fbdb1ea (patch)
treeb4eb77d154d5c73dbfd53e2c9e06abc7a72dff18
parent6deb816c1c1b54cdea0cc040b6f4e8d3df7e6ec4 (diff)
downloadbcm5719-llvm-f30d4460fcf3fbe465757d9aae7d6c2a9fbdb1ea.tar.gz
bcm5719-llvm-f30d4460fcf3fbe465757d9aae7d6c2a9fbdb1ea.zip
Remove unused diagnostic.
llvm-svn: 209087
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index a1d2514d800..40d92d09531 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -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<
OpenPOWER on IntegriCloud