Remove some unused buildsym functions
authorTom Tromey <tom@tromey.com>
Wed, 23 May 2018 04:44:44 +0000 (22:44 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Jul 2018 15:42:55 +0000 (09:42 -0600)
commit0e6f30610fdb50b4974b349ed3673b744d03e9a9
tree019c14fe3cdf9a6e5ed998c90788f90d0a167ae5
parent804d27291b2922f01fe5cc2d9ae759533d4a2f6f
Remove some unused buildsym functions

Now that the DWARF reader uses the builder-based API, we can remove a
few "legacy" functions that were only ever called by it.

gdb/ChangeLog
2018-07-20  Tom Tromey  <tom@tromey.com>

* buildsym-legacy.h (augment_type_symtab): Don't declare.
(end_expandable_symtab): Likewise.
(end_symtab_get_static_block): Likewise.
(end_symtab_from_static_block): Likewise.
* buildsym-legacy.c (augment_type_symtab): Remove.
(end_expandable_symtab): Remove.
(end_symtab_get_static_block): Remove.
(end_symtab_from_static_block): Remove.
gdb/ChangeLog
gdb/buildsym-legacy.c
gdb/buildsym-legacy.h