diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ea92bcbf4d..b074b1babe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2021-01-21 Simon Marchi + + * f-valprint.c (f77_array_offset_tbl): Remove. + 2021-01-21 Simon Marchi * gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file. diff --git a/gdb/f-valprint.c b/gdb/f-valprint.c index 613da3e469..066827f21f 100644 --- a/gdb/f-valprint.c +++ b/gdb/f-valprint.c @@ -39,11 +39,6 @@ static void f77_get_dynamic_length_of_aggregate (struct type *); -int f77_array_offset_tbl[MAX_FORTRAN_DIMS + 1][2]; - -/* Array which holds offsets to be applied to get a row's elements - for a given array. Array also holds the size of each subarray. */ - LONGEST f77_get_lowerbound (struct type *type) {