Remove OP_UNUSED_LAST
authorTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:27:57 +0000 (07:27 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 8 Mar 2021 14:28:42 +0000 (07:28 -0700)
commit48fa6f23ec1aaf2ad031673f4c98adb6d411f043
treef1d75323868eb32b0af19e8bf0bde69efe2ca416
parent43f542e3211c1328050d2c4b30c094a13aba7c1e
Remove OP_UNUSED_LAST

OP_UNUSED_LAST is no longer needed with C++ -- the trailing comma is
fine.

gdb/ChangeLog
2021-03-08  Tom Tromey  <tom@tromey.com>

* expression.h (enum exp_opcode) <OP_UNUSED_LAST>: Remove.
gdb/ChangeLog
gdb/expression.h