Remove OP_EXTENDED0

OP_EXTENDED0 was only used for an assertion in the code to rewrite an
expression into prefix form.  That code is gone, so this patch removes
the constant.

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

	* std-operator.def (OP_EXTENDED0): Remove.
This commit is contained in:
Tom Tromey 2021-03-08 07:27:57 -07:00
parent 5d9ba98236
commit 43f542e321
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2021-03-08 Tom Tromey <tom@tromey.com>
* std-operator.def (OP_EXTENDED0): Remove.
2021-03-08 Tom Tromey <tom@tromey.com>
* std-operator.def (OP_NAME, OP_ATR_IMAGE, OP_ATR_MODULUS)

View File

@ -326,10 +326,6 @@ OP (OP_TYPEID)
takes two expression arguments. */
OP (OP_RUST_ARRAY)
/* First extension operator. Some language modules define extra
operators below with numbers higher than OP_EXTENDED0. */
OP (OP_EXTENDED0)
/* ================ Ada operators ================ */
/* X IN A'RANGE(N). N is an immediate operand, surrounded by