From: Benjamin Kramer Date: Wed, 12 Feb 2014 21:25:40 +0000 (+0000) Subject: Remove unused diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63ff92da3c99a16d09f711e271d07c55a112a90b;p=clang Remove unused diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index b570639af0..7daff2b784 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -3213,8 +3213,6 @@ def note_dependent_non_type_default_arg_in_partial_spec : Note< 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 "