mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 07:53:51 +08:00
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:
@ -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.
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user