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.
This commit is contained in:
Tom Tromey 2021-03-08 07:27:57 -07:00
parent 43f542e321
commit 48fa6f23ec
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2021-03-08 Tom Tromey <tom@tromey.com>
* expression.h (enum exp_opcode) <OP_UNUSED_LAST>: Remove.
2021-03-08 Tom Tromey <tom@tromey.com>
* std-operator.def (OP_EXTENDED0): Remove.

View file

@ -47,9 +47,6 @@ enum exp_opcode : uint8_t
#include "std-operator.def"
#undef OP
/* Existing only to swallow the last comma (',') from last .inc file. */
OP_UNUSED_LAST
};
/* Values of NOSIDE argument to eval_subexp. */