Skip to content

Commit

Permalink
Remove unused diagnostic.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201257 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Feb 12, 2014
1 parent c766e50 commit 63ff92d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/clang/Basic/DiagnosticSemaKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 63ff92d

Please sign in to comment.