diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 71a9fd5..5adab61 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -123,7 +123,6 @@ extern int flag_ssa_dce; extern int time_report; extern int flag_new_regalloc; -extern void display_help (void); extern void display_target_options (void); extern void print_version (FILE *, const char *); extern void set_target_switch (const char *); @@ -139,9 +138,6 @@ extern void set_fast_math_flags (int); /* Handle -d switch. */ extern void decode_d_option (const char *); -/* Handle -g switch. */ -extern void decode_g_option (const char *); - /* Return true iff flags are set as if -ffast-math. */ extern bool fast_math_flags_set_p (void); |