From 9e14690d06ac55136b7f051a2d2b8e173fa3bbdf Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 5 Jan 2018 17:26:21 -0700 Subject: [PATCH] Remove symbolp typedef This removes the symbolp typedef from dwarf2read.c. It is no longer used. 2018-01-17 Tom Tromey * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC. --- gdb/ChangeLog | 4 ++++ gdb/dwarf2read.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 871d038..d1510b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2018-01-17 Tom Tromey + * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC. + +2018-01-17 Tom Tromey + * gdbtypes.h (add_dyn_prop): Remove objfile parameter. * gdbtypes.c (add_dyn_prop): Remove objfile parameter. (create_array_type_with_stride): Update. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 53c57ef..d9ebf4e 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -87,9 +87,6 @@ #include #include -typedef struct symbol *symbolp; -DEF_VEC_P (symbolp); - /* When == 1, print basic high level tracing messages. When > 1, be more verbose. This is in contrast to the low level DIE reading of dwarf_die_debug. */ -- 2.7.4