commit | 5a06416ebf9087b0cd20e54c2da58f7b57c6e6a8 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Aug 26 12:12:57 2024 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Wed Aug 28 14:14:43 2024 -0600 |
tree | 8e5c0a09f4c57fa33718db2393c06d572356e874 | |
parent | a253bea8995323201b016fe477280c1782688ab4 [diff] |
Don't check dwarf2_name in process_enumeration_scope I noticed that process_enumeration_scope checks the result of dwarf2_name. However, this isn't needed, because new_symbol does the same check. This patch removes the unnecessary code. Reviewed-by: Keith Seitz <keiths@redhat.com>