]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278488 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 61a28e7896a500b1b15b558e034877cb60321f89..fb3db57876fd00e7729759174a9427fb558024e0 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 788ff1921132918889446ad5385793181b5ddb52..7fa2eb0e5aa535277f30528356bba8683392aa2a 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>;