aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 2c93e92..111949d 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -434,9 +434,6 @@ struct function
generated. */
unsigned int instrument_entry_exit : 1;
- /* Nonzero if memory access checking be enabled in the current function. */
- unsigned int check_memory_usage : 1;
-
/* Nonzero if stack limit checking should be enabled in the current
function. */
unsigned int limit_stack : 1;
@@ -507,7 +504,6 @@ extern int virtuals_instantiated;
#define current_function_internal_arg_pointer (cfun->internal_arg_pointer)
#define current_function_return_rtx (cfun->return_rtx)
#define current_function_instrument_entry_exit (cfun->instrument_entry_exit)
-#define current_function_check_memory_usage (cfun->check_memory_usage)
#define current_function_limit_stack (cfun->limit_stack)
#define current_function_uses_pic_offset_table (cfun->uses_pic_offset_table)
#define current_function_uses_const_pool (cfun->uses_const_pool)