Remove ada_attribute_name
authorTom Tromey <tromey@adacore.com>
Fri, 23 Jun 2023 15:39:57 +0000 (09:39 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 13 Jul 2023 17:44:47 +0000 (11:44 -0600)
commit1e5ae3d17f02bba07b07e1b6367563cf4d0eff99
treecb0b320fa3baf4914447ba0536f1129411d3aeed
parentf6f78318fca803c4907fb8d7f6ded8295f1947b1
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.
gdb/ada-lang.c