From: Argyrios Kyrtzidis Date: Fri, 4 Jul 2008 22:36:24 +0000 (+0000) Subject: Remove unused diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b8e9a8e6fb5e74924ccef147fa795ef7c874936;p=clang Remove unused diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53140 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticKinds.def b/include/clang/Basic/DiagnosticKinds.def index 9713f96148..e3119323c3 100644 --- a/include/clang/Basic/DiagnosticKinds.def +++ b/include/clang/Basic/DiagnosticKinds.def @@ -951,8 +951,6 @@ DIAG(err_typecheck_call_invalid_ordered_compare, ERROR, "ordered compare requires two args of floating point type ('%0' and '%1')") DIAG(err_typecheck_cond_expect_scalar, ERROR, "used type '%0' where arithmetic or pointer type is required") -DIAG(err_typecheck_invalid_union_cast, ERROR, - "'%0' is not a member of '%1'") DIAG(ext_typecheck_cond_one_void, EXTENSION, "C99 forbids conditional expressions with only one void side") DIAG(ext_typecheck_cast_nonscalar, EXTENSION,