r201257 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Wed Feb 12 13:25:41 PST 2014


Author: d0k
Date: Wed Feb 12 15:25:40 2014
New Revision: 201257

URL: http://llvm.org/viewvc/llvm-project?rev=201257&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=201257&r1=201256&r2=201257&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Wed Feb 12 15:25:40 2014
@@ -3213,8 +3213,6 @@ def note_dependent_non_type_default_arg_
 def err_dependent_typed_non_type_arg_in_partial_spec : Error<
     "non-type template argument specializes a template parameter with "
     "dependent type %0">;
-def note_dependent_typed_non_type_default_arg_in_partial_spec : Note<
-    "template parameter is declared here">;
 def err_partial_spec_args_match_primary_template : Error<
     "%select{class|variable}0 template partial specialization does not "
     "specialize any template argument; to %select{declare|define}1 the "





More information about the cfe-commits mailing list