Prune unused diagnostics. NFC.
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 12 Aug 2016 09:23:14 +0000 (09:23 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 12 Aug 2016 09:23:14 +0000 (09:23 +0000)
llvm-svn: 278488

clang/include/clang/Basic/DiagnosticParseKinds.td
clang/include/clang/Basic/DiagnosticSemaKinds.td

index 61a28e7..fb3db57 100644 (file)
@@ -828,8 +828,6 @@ def warn_availability_and_unavailable : Warning<
   InGroup<Availability>;
 
 // @available(...)
-def err_avail_query_expected_condition : Error<
-  "expected an availability condition here">;
 def err_avail_query_expected_platform_name : Error<
   "expected a platform name here">;
 
index 788ff19..7fa2eb0 100644 (file)
@@ -4316,8 +4316,6 @@ def note_availability_specified_here : Note<
   "%select{unavailable|deleted|deprecated|partial}1 here">;
 def note_implicitly_deleted : Note<
   "explicitly defaulted function was implicitly deleted here">;
-def note_inherited_deleted_here : Note<
-  "deleted constructor was inherited here">;
 def warn_not_enough_argument : Warning<
   "not enough variable arguments in %0 declaration to fit a sentinel">,
   InGroup<Sentinel>;