[PATCH 08/38] Remove die_info_ptr typedef

Tom Tromey tom@tromey.com
Thu Jan 23 00:57:00 GMT 2020


die_info_ptr is not used and so can be removed.

gdb/ChangeLog
2020-01-22  Tom Tromey  <tom@tromey.com>

	* dwarf2read.h (die_info_ptr): Remove typedef.

Change-Id: Ibd0a5ad55876dc96a35b658adc36348f01e48884
---
 gdb/ChangeLog    | 4 ++++
 gdb/dwarf2read.h | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gdb/dwarf2read.h b/gdb/dwarf2read.h
index f3a652530ce..79e618e0a37 100644
--- a/gdb/dwarf2read.h
+++ b/gdb/dwarf2read.h
@@ -47,7 +47,6 @@ struct mapped_index;
 struct mapped_debug_names;
 struct signatured_type;
 struct die_info;
-typedef struct die_info *die_info_ptr;
 
 /* Collection of data recorded per objfile.
    This hangs off of dwarf2_objfile_data_key.  */
-- 
2.17.2



More information about the Gdb-patches mailing list