mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 08:24:05 +08:00
Remove die_info_ptr typedef
die_info_ptr is not used and so can be removed. gdb/ChangeLog 2020-02-08 Tom Tromey <tom@tromey.com> * dwarf2read.h (die_info_ptr): Remove typedef. Change-Id: Ibd0a5ad55876dc96a35b658adc36348f01e48884
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2020-02-08 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* dwarf2read.h (die_info_ptr): Remove typedef.
|
||||||
|
|
||||||
2020-02-08 Tom Tromey <tom@tromey.com>
|
2020-02-08 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
* dwarf2read.c (read_call_site_scope)
|
* dwarf2read.c (read_call_site_scope)
|
||||||
|
@ -48,7 +48,6 @@ struct mapped_index;
|
|||||||
struct mapped_debug_names;
|
struct mapped_debug_names;
|
||||||
struct signatured_type;
|
struct signatured_type;
|
||||||
struct die_info;
|
struct die_info;
|
||||||
typedef struct die_info *die_info_ptr;
|
|
||||||
|
|
||||||
/* Collection of data recorded per objfile.
|
/* Collection of data recorded per objfile.
|
||||||
This hangs off of dwarf2_objfile_data_key. */
|
This hangs off of dwarf2_objfile_data_key. */
|
||||||
|
Reference in New Issue
Block a user