diff options
author | Eric Christopher <echristo@apple.com> | 2011-04-09 00:53:03 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-04-09 00:53:03 +0000 |
commit | a00d678f32f44668f42112a749fd4fe9c6e061e5 (patch) | |
tree | 2f8767362dc009d0c7f5ff1b420425d8296a66ed | |
parent | 3894c073fea642d54237d83e94be8797d0b54151 (diff) |
Remove a pair of unused diagnostic messages.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129178 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticSemaKinds.td | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/Basic/DiagnosticSemaKinds.td b/include/clang/Basic/DiagnosticSemaKinds.td index 5df49cd6b7..1ef1224898 100644 --- a/include/clang/Basic/DiagnosticSemaKinds.td +++ b/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)">; |