Remove symbolp typedef
authorTom Tromey <tom@tromey.com>
Sat, 6 Jan 2018 00:26:21 +0000 (17:26 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 17 Jan 2018 18:28:44 +0000 (11:28 -0700)
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.

gdb/ChangeLog
gdb/dwarf2read.c

index 871d03802f2e8d576576e8717b88d8b363b41ee4..d1510b9fafe0f42da04dfd7ed2a7e9b331565489 100644 (file)
@@ -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.
index 53c57ef1632fc867842cc43b79e2467d0feb8f26..d9ebf4e1fe49c0d3a00bbcc42f86affd713ab389 100644 (file)
@@ -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.  */