[cfe-commits] r129178 - /cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td

Eric Christopher echristo at apple.com
Fri Apr 8 17:53:03 PDT 2011


Author: echristo
Date: Fri Apr  8 19:53:03 2011
New Revision: 129178

URL: http://llvm.org/viewvc/llvm-project?rev=129178&view=rev
Log:
Remove a pair of unused diagnostic messages.

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=129178&r1=129177&r2=129178&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td (original)
+++ cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td Fri Apr  8 19:53:03 2011
@@ -3141,11 +3141,6 @@
   " changes address space of pointer">;
 def err_typecheck_convert_ambiguous : Error<
   "ambiguity in initializing value of type %0 with initializer of type %1">;
-def err_cannot_initialize_decl_noname : Error<
-  "cannot initialize a value of type %0 with an %select{rvalue|lvalue}1 "
-  "of type %2">;
-def err_cannot_initialize_decl : Error<
-  "cannot initialize %0 with an %select{rvalue|lvalue}1 of type %2">;
 def err_typecheck_comparison_of_distinct_blocks : Error<
   "comparison of distinct block types (%0 and %1)">;
 





More information about the cfe-commits mailing list