gdb: remove unused f77_array_offset_tbl from f-valprint.c
This variable appears to be unused. Its uses were removed in commit
3e2e34f862
("fort_dyn_array: Use value constructor instead of
raw-buffer manipulation.") back in 2016.
gdb/ChangeLog:
* f-valprint.c (f77_array_offset_tbl): Remove.
Change-Id: I39ff8d1b402e54ca2ade936f65e540f500cce86e
This commit is contained in:
parent
1e15fcac94
commit
d3abc0cee0
@ -1,3 +1,7 @@
|
|||||||
|
2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
|
* f-valprint.c (f77_array_offset_tbl): Remove.
|
||||||
|
|
||||||
2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
|
2021-01-21 Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
* gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
|
* gdb_bfd.c (bfd_cache_debug_printf): New, use throughout file.
|
||||||
|
@ -39,11 +39,6 @@
|
|||||||
|
|
||||||
static void f77_get_dynamic_length_of_aggregate (struct type *);
|
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
|
LONGEST
|
||||||
f77_get_lowerbound (struct type *type)
|
f77_get_lowerbound (struct type *type)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user