diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index d56d541..010e8ff 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -89,9 +89,6 @@ extern struct target_flag_state *this_target_flag_state; #define flag_excess_precision \ (this_target_flag_state->x_flag_excess_precision) -/* Nonzero if we dump in VCG format, not plain text. */ -extern int dump_for_graph; - /* Returns TRUE if generated code should match ABI version N or greater is in use. */ |