commit | 5f0a4fb85ed3b5fb112ff884a98eb95c685658b0 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Nov 04 14:08:13 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Dec 01 11:16:41 2022 -0700 |
tree | bb86a5337fdb295354ca59a6fd9b1b0330937c16 | |
parent | 00a5867df72983c3f8a11c9955c5032d6f601b70 [diff] |
Remove language check from dwarf2_compute_name dwarf2_compute_name has a redundant check of the CU's language -- this is also checked in dwarf2_canonicalize_name. Removing this slightly simplifies a future patch. Reviewed-by: Andrew Burgess <aburgess@redhat.com>