diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-26 12:55:09 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-04-26 12:55:09 +0000 |
commit | 76fef2f2dca80f726e51e8be57dcd7fa5a2e0aae (patch) | |
tree | 34f999a3ba27f3364881fb2005c6e1700d3dd574 /gcc/cpplex.c | |
parent | 76b9b5f950bdad16e8447bd058d9a97c91d513ec (diff) | |
download | gcc-76fef2f2dca80f726e51e8be57dcd7fa5a2e0aae.tar.gz |
* _cpp_lex_direct: Remove pointless code.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66106 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 4f0767e42c8..b4893bd5fcc 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -776,12 +776,6 @@ _cpp_lex_direct (pfile) if (!_cpp_get_fresh_line (pfile)) { result->type = CPP_EOF; - if (!pfile->state.in_directive) - { - /* Tell the compiler the line number of the EOF token. */ - result->line = pfile->line; - result->flags = BOL; - } return result; } if (!pfile->keep_tokens) |