From: Benjamin Kramer Date: Wed, 8 Jul 2015 19:10:43 +0000 (+0000) Subject: Remove unused diagnostics. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bcd88672f3b2fccac96fcfdd3a5b78b3d9f2dfb;p=clang Remove unused diagnostics. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241711 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticDriverKinds.td b/include/clang/Basic/DiagnosticDriverKinds.td index 7c0696a1b9..f7f09da4ea 100644 --- a/include/clang/Basic/DiagnosticDriverKinds.td +++ b/include/clang/Basic/DiagnosticDriverKinds.td @@ -69,8 +69,6 @@ def err_drv_no_module_support : Error< "'%0': unable to use module files with this tool">; def err_drv_clang_unsupported : Error< "the clang compiler does not support '%0'">; -def err_drv_clang_unsupported_per_platform : Error< - "the clang compiler does not support '%0' on this platform">; def err_drv_clang_unsupported_opt_cxx_darwin_i386 : Error< "the clang compiler does not support '%0' for C++ on Darwin/i386">; def err_drv_command_failed : Error< diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 3b2d56ce3a..14695dd6a8 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -7808,9 +7808,6 @@ def err_objc_type_arg_missing_star : Error< def err_objc_type_arg_missing : Error< "no type or protocol named %0">; -def err_objc_protocol_suggest : Error< - "no protocol named %0: did you mean %1?">; - def err_objc_type_args_and_protocols : Error< "angle brackets contain both a %select{type|protocol}0 (%1) and a " "%select{protocol|type}0 (%2)">;