diff options
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index 14a02535f36..6e797511e7d 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -50,7 +50,6 @@ end ifc #include "output.h" #include "toplev.h" #include "ggc.h" -#include "diagnostic.h" #ifdef MULTIBYTE_CHARS #include <locale.h> @@ -3530,14 +3529,6 @@ init_reswords () } } -void -finish_parse () -{ - cpp_finish (parse_in); - /* Call to cpp_destroy () omitted for performance reasons. */ - errorcount += cpp_errors (parse_in); -} - #define NAME(type) cpp_type2name (type) static void |