diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-08 19:10:43 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-08 19:10:43 +0000 |
| commit | f448c783af7d4ae99c820ddf43427578541ae05e (patch) | |
| tree | a87230bf001f3a8d882734bad54c8e20238ab6bb | |
| parent | 7a544f7327a4b158913a1bbe40b039f6bb7d8d86 (diff) | |
| download | bcm5719-llvm-f448c783af7d4ae99c820ddf43427578541ae05e.tar.gz bcm5719-llvm-f448c783af7d4ae99c820ddf43427578541ae05e.zip | |
Remove unused diagnostics. NFC.
llvm-svn: 241711
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticDriverKinds.td | 2 | ||||
| -rw-r--r-- | clang/include/clang/Basic/DiagnosticSemaKinds.td | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/clang/include/clang/Basic/DiagnosticDriverKinds.td b/clang/include/clang/Basic/DiagnosticDriverKinds.td index 7c0696a1b92..f7f09da4ea6 100644 --- a/clang/include/clang/Basic/DiagnosticDriverKinds.td +++ b/clang/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/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td index 3b2d56ce3a0..14695dd6a88 100644 --- a/clang/include/clang/Basic/DiagnosticSemaKinds.td +++ b/clang/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)">; |

