From: Chris Lattner Date: Fri, 17 Apr 2009 23:57:31 +0000 (+0000) Subject: remove dead diagnostic. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95d0281798d837041272c4dbeed37b33ca0f2b0d;p=clang remove dead diagnostic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69405 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index 92e134963d..8d85637ea0 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -47,7 +47,6 @@ def ext_token_used : Extension<"extension used">; def err_unterminated_string : Error<"missing terminating '\"' character">; def err_unterminated_char : Error<"missing terminating ' character">; -def err_unterminated_angled_string : Error<"missing terminating '>' character">; def err_empty_character : Error<"empty character constant">; def err_unterminated_block_comment : Error<"unterminated /* comment">; def err_invalid_character_to_charify : Error<