Remove OP_EXTENDED0
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)
commit43f542e3211c1328050d2c4b30c094a13aba7c1e
tree104c4abe530e07f32ccf840041e6c496984313c6
parent5d9ba98236567076540091e8e5b99388b3baba89
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.
gdb/ChangeLog
gdb/std-operator.def