diff options
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 8c8fa264886..af1d8603c50 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -569,19 +569,10 @@ extern int flag_renumber_insns; extern int frame_pointer_needed; -/* Nonzero if GCC must add code to check memory access (used by Checker). */ - -extern int flag_check_memory_usage; - /* Nonzero if the generated code should trap on signed overflow for PLUS / SUB / MULT. */ extern int flag_trapv; -/* Nonzero if GCC must prefix function names (used with - flag_check_memory_usage). */ - -extern int flag_prefix_function_name; - /* Value of the -G xx switch, and whether it was passed or not. */ extern int g_switch_value; extern int g_switch_set; |