summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-04-09 00:53:03 +0000
committerEric Christopher <echristo@apple.com>2011-04-09 00:53:03 +0000
commit6417e35568d9875adb6bdc65698b38e98c8bb990 (patch)
tree9db92dc88b0d2b092b174b588491768974b25f28
parent1426351c83b827db3ee5196ce87315baf3558a5a (diff)
downloadbcm5719-llvm-6417e35568d9875adb6bdc65698b38e98c8bb990.tar.gz
bcm5719-llvm-6417e35568d9875adb6bdc65698b38e98c8bb990.zip
Remove a pair of unused diagnostic messages.
llvm-svn: 129178
-rw-r--r--clang/include/clang/Basic/DiagnosticSemaKinds.td5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/include/clang/Basic/DiagnosticSemaKinds.td b/clang/include/clang/Basic/DiagnosticSemaKinds.td
index 5df49cd6b7b..1ef12248989 100644
--- a/clang/include/clang/Basic/DiagnosticSemaKinds.td
+++ b/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -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)">;
OpenPOWER on IntegriCloud