r229729 - Remove unused diagnostic.

Benjamin Kramer benny.kra at googlemail.com
Wed Feb 18 11:30:34 PST 2015


Author: d0k
Date: Wed Feb 18 13:30:34 2015
New Revision: 229729

URL: http://llvm.org/viewvc/llvm-project?rev=229729&view=rev
Log:
Remove unused diagnostic.

Modified:
    cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Modified: cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td?rev=229729&r1=229728&r2=229729&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Wed Feb 18 13:30:34 2015
@@ -6114,8 +6114,6 @@ def err_typecheck_cond_expect_nonfloat :
   "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<





More information about the cfe-commits mailing list