Author: d0k
Date: Fri May 26 15:14:12 2017
New Revision: 304030

URL: http://llvm.org/viewvc/llvm-project?rev=304030&view=rev
Log:
Remove unused diagnostics. NFC.

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=304030&r1=304029&r2=304030&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri May 26 15:14:12 
2017
@@ -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_dec
 
 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">;
 }


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to