commit | 68d3bf7d246321407697aeb036036dae1a99a742 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Thu Feb 01 18:53:47 2024 -0700 |
committer | Tom Tromey <tom@tromey.com> | Mon Feb 05 12:13:09 2024 -0700 |
tree | 956ea6bbe84f482557d78730682588153ea933b2 | |
parent | 4b858d4dbbdc2d497231d6340a49414c88db7dbb [diff] |
Remove remnants of partial DIEs from DWARF reader When rewriting the DWARF scanner, I forgot to remove dwarf2_cu::load_all_dies and dwarf2_cu::partial_dies. This patch corrects the oversight and fixes up a couple other spots that mention partial DIEs, which no longer exist. Approved-By: Tom de Vries <tdevries@suse.de>