Remove unused diagnostic.

llvm-svn: 53140
This commit is contained in:
Argyrios Kyrtzidis 2008-07-04 22:36:24 +00:00
parent 93e180342a
commit 04bfdd555e
1 changed files with 0 additions and 2 deletions

View 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,