]> granicus.if.org Git - clang/commitdiff
Remove a pair of unused diagnostic messages.
authorEric Christopher <echristo@apple.com>
Sat, 9 Apr 2011 00:53:03 +0000 (00:53 +0000)
committerEric Christopher <echristo@apple.com>
Sat, 9 Apr 2011 00:53:03 +0000 (00:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129178 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticSemaKinds.td

index 5df49cd6b7bd97c25ff1d7765ff0ebd0f4c840ed..1ef122489893f4073751d38a1da1a50c08e31205 100644 (file)
@@ -3141,11 +3141,6 @@ def err_typecheck_incompatible_address_space : Error<
   " 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)">;