aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-04-17 23:57:31 +0000
committerChris Lattner <sabre@nondot.org>2009-04-17 23:57:31 +0000
commit95d0281798d837041272c4dbeed37b33ca0f2b0d (patch)
tree9b4c12ea0f746ca9a4819ef29951252babfaf6ef
parent9cb51ce03caf0755759f7e67aea7d4be684ff738 (diff)
remove dead diagnostic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69405 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Basic/DiagnosticLexKinds.td1
1 files changed, 0 insertions, 1 deletions
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<