diff options
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r-- | gcc/genoutput.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c index ecdc304f4c8..c0a4cf58163 100644 --- a/gcc/genoutput.c +++ b/gcc/genoutput.c @@ -162,10 +162,6 @@ struct data *end_of_insn_data; int have_constraints; -/* Nonzero if some error has occurred. We will make all errors fatal, but - might as well continue until we see all of them. */ - -static int have_error; static char * name_for_index PROTO((int)); static void output_prologue PROTO((void)); @@ -951,8 +947,6 @@ main (argc, argv) exit (FATAL_EXIT_CODE); } - init_rtl (); - output_prologue (); next_code_number = 0; next_index_number = 0; |