From: Benjamin Kramer Date: Wed, 11 Sep 2013 09:35:04 +0000 (+0000) Subject: Remove unused diagnostics. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75804ca2c7096580ae3d8703555a41a6f9350149;p=clang Remove unused diagnostics. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index a1101f918d..cfc3c08cda 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -2323,8 +2323,6 @@ def warn_attribute_protected_visibility : Warning<"target does not support 'protected' visibility; using 'default'">, InGroup>; def err_mismatched_visibility: Error<"visibility does not match previous declaration">; -def warn_attribute_unknown_endian : Warning<"unknown endian '%0'">, - InGroup; def note_previous_attribute : Note<"previous attribute is here">; def err_unknown_machine_mode : Error<"unknown machine mode %0">; def err_unsupported_machine_mode : Error<"unsupported machine mode %0">; @@ -2354,8 +2352,6 @@ def warn_cleanup_ext : Warning< "GCC does not allow the 'cleanup' attribute argument to be anything other " "than a simple identifier">, InGroup; -def err_attribute_cleanup_arg_not_found : Error< - "'cleanup' argument %0 not found">; def err_attribute_cleanup_arg_not_function : Error< "'cleanup' argument %select{|%1 }0is not a function">; def err_attribute_cleanup_func_must_take_one_arg : Error<