summaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index c3ef88dc060..1c00bdd0c8e 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -719,9 +719,6 @@ _cpp_get_fresh_line (cpp_reader *pfile)
"no newline at end of file");
}
- if (!buffer->prev)
- return false;
-
if (buffer->return_at_eof)
{
_cpp_pop_buffer (pfile);