]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostic.
authorBenjamin Kramer <benny.kra@googlemail.com>
Wed, 18 Feb 2015 19:30:34 +0000 (19:30 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Wed, 18 Feb 2015 19:30:34 +0000 (19:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229729 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 60c26212e7f60c26978b81e2d8d81ef28ab75ab8..83b7a58f2e24df5e04fcc27fa70281dc817dc2c5 100644 (file)
@@ -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<