r209087 - Remove unused diagnostic.
Benjamin Kramer
benny.kra at googlemail.com
Sun May 18 05:05:23 PDT 2014
Author: d0k
Date: Sun May 18 07:05:21 2014
New Revision: 209087
URL: http://llvm.org/viewvc/llvm-project?rev=209087&view=rev
Log:
Remove unused diagnostic.
Modified:
cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=209087&r1=209086&r2=209087&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sun May 18 07:05:21 2014
@@ -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<
More information about the cfe-commits
mailing list