]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostic.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 4 Jul 2008 22:36:24 +0000 (22:36 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 4 Jul 2008 22:36:24 +0000 (22:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53140 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticKinds.def

index 9713f96148875e0e377db0580bfcc867614c4f35..e3119323c391ac6f01acecc98c475347ff19554c 100644 (file)
@@ -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,