diff options
author | Anna Zaks <ganna@apple.com> | 2011-07-26 22:34:49 +0000 |
---|---|---|
committer | Anna Zaks <ganna@apple.com> | 2011-07-26 22:34:49 +0000 |
commit | aba9ff5d4aa9cccf88b5178f55e1fab24a210197 (patch) | |
tree | 6d8b0685225b3cdd5b85f780034638c2c26ef709 | |
parent | b8f31ace2931a5ba15f10abbba4f819fa207c88b (diff) |
Remove unused diagnostic definition.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136165 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/DiagnosticLexKinds.td | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Basic/DiagnosticLexKinds.td b/include/clang/Basic/DiagnosticLexKinds.td index d260d3158c..9e431a2d21 100644 --- a/include/clang/Basic/DiagnosticLexKinds.td +++ b/include/clang/Basic/DiagnosticLexKinds.td @@ -40,8 +40,6 @@ def ext_bcpl_comment : Extension< InGroup<Comment>; def ext_no_newline_eof : Extension<"no newline at end of file">, InGroup<DiagGroup<"newline-eof">>; -def ext_backslash_newline_eof : Extension<"backslash-newline at end of file">, - InGroup<DiagGroup<"newline-eof">>; def ext_dollar_in_identifier : Extension<"'$' in identifier">; def charize_microsoft_ext : Extension<"@# is a microsoft extension">; |