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.
+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)
 
    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