From 04bfdd555ec7d067d1ed3435925c96949603138d Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 4 Jul 2008 22:36:24 +0000 Subject: [PATCH] Remove unused diagnostic. llvm-svn: 53140 --- clang/include/clang/Basic/DiagnosticKinds.def | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/include/clang/Basic/DiagnosticKinds.def b/clang/include/clang/Basic/DiagnosticKinds.def index 9713f9614887..e3119323c391 100644 --- a/clang/include/clang/Basic/DiagnosticKinds.def +++ b/clang/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,