diff options
author | Tom Tromey <tom@tromey.com> | 2020-09-17 11:47:50 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-09-17 11:58:56 -0600 |
commit | fa9b11648c07ecb02a9c038304d646a5c652a5e7 (patch) | |
tree | 30f830d568e56b9b315c23d7055adb4e32a4f287 /gdb/guile | |
parent | eb53f10555eb56c43212659acbc2014f6d416a32 (diff) | |
download | gdb-fa9b11648c07ecb02a9c038304d646a5c652a5e7.zip gdb-fa9b11648c07ecb02a9c038304d646a5c652a5e7.tar.gz gdb-fa9b11648c07ecb02a9c038304d646a5c652a5e7.tar.bz2 |
Use htab_up in typedef_hash_table
This changes typedef_hash_table to use htab_up rather than explicit
calls to htab_delete.
gdb/ChangeLog
2020-09-17 Tom Tromey <tom@tromey.com>
* typeprint.h (class typedef_hash_table) <~typedef_hash_table>:
Remove.
<m_table>: Now htab_up.
* typeprint.c (typedef_hash_table::recursively_update)
(typedef_hash_table::add_template_parameters)
(typedef_hash_table::typedef_hash_table): Update.
(typedef_hash_table::~typedef_hash_table): Remove.
(typedef_hash_table::typedef_hash_table)
(typedef_hash_table::find_global_typedef)
(typedef_hash_table::find_typedef): Update.
Diffstat (limited to 'gdb/guile')
0 files changed, 0 insertions, 0 deletions