diff options
Diffstat (limited to 'gcc/cppfiles.c')
-rw-r--r-- | gcc/cppfiles.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/cppfiles.c b/gcc/cppfiles.c index ffb46d2..697ea1b 100644 --- a/gcc/cppfiles.c +++ b/gcc/cppfiles.c @@ -331,12 +331,6 @@ read_include_file (pfile, inc) if (count < 0) goto perror_fail; - if (offset == 0) - { - free (buf); - return 0; - } - if (offset < size) buf = xrealloc (buf, offset); inc->st.st_size = offset; |