]> granicus.if.org Git - clang/commitdiff
Remove unused diagnostic definition.
authorAnna Zaks <ganna@apple.com>
Tue, 26 Jul 2011 22:34:49 +0000 (22:34 +0000)
committerAnna Zaks <ganna@apple.com>
Tue, 26 Jul 2011 22:34:49 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136165 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/DiagnosticLexKinds.td

index d260d3158c4c1c446aced12d27cb043f95e14d86..9e431a2d21cbf65f7a779baa0106643846eba364 100644 (file)
@@ -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">;