From: Benjamin Kramer Date: Fri, 26 May 2017 20:14:12 +0000 (+0000) Subject: Remove unused diagnostics. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=098286f18755c62644a7f1e794bdf17d769d409a;p=clang Remove unused diagnostics. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304030 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 3f17959fc7..a37106ee11 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -1557,8 +1557,6 @@ def note_member_synthesized_at : Note< "in implicit %select{default constructor|copy constructor|move constructor|" "copy assignment operator|move assignment operator|destructor}0 for %1 " "first required here">; -def note_inhctor_synthesized_at : Note< - "inherited constructor for %0 first required here">; def err_missing_default_ctor : Error< "%select{constructor for %1 must explicitly initialize the|" "implicit default constructor for %1 must explicitly initialize the|" @@ -8909,8 +8907,6 @@ def note_equivalent_internal_linkage_decl : Note< def note_redefinition_modules_same_file : Note< "'%0' included multiple times, additional include site in header from module '%1'">; -def note_redefinition_modules_same_file_modulemap : Note< - "consider adding '%0' as part of '%1' definition">; def note_redefinition_include_same_file : Note< "'%0' included multiple times, additional include site here">; }