Remove aop_last
authorTom Tromey <tom@tromey.com>
Tue, 20 Jun 2023 17:09:18 +0000 (11:09 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 20 Jun 2023 17:21:51 +0000 (11:21 -0600)
commit3ba0581955632c4b269bbcf8a458daafc9d167a6
tree18715438c105befa4fbdb2142a2a3d3c8823b2bb
parent1e0e3ecd67156ea8a7ecb9e4fb709caa6004bd52
Remove aop_last

aop_last is only used for an assertion.  However, due to the '.def'
construct in the sources, this assert could never plausibly trigger
(the assert predates the use of a .def file here).  This patch removes
the constant and the assert.

Reviewed-by: John Baldwin <jhb@FreeBSD.org>
gdb/ax-general.c
gdb/ax.h