diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/function.h b/gcc/function.h index f2fb099ea01e..1c471d240712 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -70,10 +70,6 @@ struct GTY(()) emit_status { --param min-nondebug-insn-uid=<value> is given with nonzero value. */ int x_cur_debug_insn_uid; - /* Location the last line-number NOTE emitted. - This is used to avoid generating duplicates. */ - location_t x_last_location; - /* The length of the regno_pointer_align, regno_decl, and x_regno_reg_rtx vectors. Since these vectors are needed during the expansion phase when the total number of registers in the function is not yet known, the |