diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/function.h b/gcc/function.h index 6a6977e742f..d29b40c4469 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -452,9 +452,6 @@ struct function GTY(()) generated. */ unsigned int instrument_entry_exit : 1; - /* Nonzero if arc profiling should be done for the function. */ - unsigned int arc_profile : 1; - /* Nonzero if profiling code should be generated. */ unsigned int profile : 1; |