From: Benjamin Kramer Date: Wed, 18 Feb 2015 19:30:34 +0000 (+0000) Subject: Remove unused diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bc0d0a5c9e9742ee09645361a8525e5947062bc;p=clang Remove unused diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229729 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 60c26212e7..83b7a58f2e 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/include/clang/Basic/DiagnosticSemaKinds.td @@ -6114,8 +6114,6 @@ def err_typecheck_cond_expect_nonfloat : Error< "used type %0 where floating point type is not allowed">; def ext_typecheck_cond_one_void : Extension< "C99 forbids conditional expressions with only one void side">; -def err_typecheck_cond_expect_scalar_or_vector : Error< - "used type %0 where arithmetic, pointer, or vector type is required">; def err_typecheck_cast_to_incomplete : Error< "cast to incomplete type %0">; def ext_typecheck_cast_nonscalar : Extension<