r176774 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Sat Mar 9 10:44:47 PST 2013


Author: d0k
Date: Sat Mar  9 12:44:47 2013
New Revision: 176774

URL: http://llvm.org/viewvc/llvm-project?rev=176774&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=176774&r1=176773&r2=176774&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Sat Mar  9 12:44:47 2013
@@ -1644,8 +1644,6 @@ def err_attribute_too_few_arguments : Er
   "attribute takes at least %0 argument%s0">;
 def err_attribute_missing_parameter_name : Error<
   "attribute requires unquoted parameter">;
-def err_attribute_requires_type_parameter : Error<
-  "%0 attribute requires type parameter">;
 def err_attribute_invalid_vector_type : Error<"invalid vector element type %0">;
 def err_attribute_bad_neon_vector_size : Error<
   "Neon vector size must be 64 or 128 bits">;





More information about the cfe-commits mailing list