]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove two trivial functions from dwarf2/read.c
authorTom Tromey <tom@tromey.com>
Thu, 1 Apr 2021 00:28:28 +0000 (18:28 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 1 Apr 2021 00:28:30 +0000 (18:28 -0600)
commitaf82f89db0f4a9c161a642c201f4618e728b9ff9
treed44037370d730a802769421a750371383fa634d9
parent24b6dd1ecf781b54da2a77709bd56dbcd10638cb
Remove two trivial functions from dwarf2/read.c

This removes dw2_map_matching_symbols and dw2_expand_symtabs_matching,
merging them with their sole trivial callers.

gdb/ChangeLog
2021-03-31  Tom Tromey  <tom@tromey.com>

* dwarf2/read.c (dwarf2_gdb_index::map_matching_symbols): Merge
with dw2_map_matching_symbols.
(dwarf2_gdb_index::expand_symtabs_matching): Merge with
dw2_expand_symtabs_matching.
gdb/ChangeLog
gdb/dwarf2/read.c