Remove symbolp typedef
This removes the symbolp typedef from dwarf2read.c. It is no longer used. 2018-01-17 Tom Tromey <tom@tromey.com> * dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
This commit is contained in:
parent
50a820477b
commit
9e14690d06
@ -1,3 +1,7 @@
|
||||
2018-01-17 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* dwarf2read.c (symbolp): Remove typedef. Don't instantiate VEC.
|
||||
|
||||
2018-01-17 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* gdbtypes.h (add_dyn_prop): Remove objfile parameter.
|
||||
|
||||
@ -87,9 +87,6 @@
|
||||
#include <set>
|
||||
#include <forward_list>
|
||||
|
||||
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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user