commit | 1e5ae3d17f02bba07b07e1b6367563cf4d0eff99 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Jun 23 09:39:57 2023 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Jul 13 11:44:47 2023 -0600 |
tree | cb0b320fa3baf4914447ba0536f1129411d3aeed | |
parent | f6f78318fca803c4907fb8d7f6ded8295f1947b1 [diff] |
Remove ada_attribute_name ada_attribute_name uses an array that must be kept in sync with an enum -- but the comment here refers to an enum that no longer exists. Looking at the sole caller, I see this can only be called for two opcodes. So, remove this entirely and inline it.