Remove OP_UNUSED_LAST
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)
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.

gdb/ChangeLog
gdb/expression.h

index 451f27b8a07533b26fb11fa812481722c0a665cc..82b2c45ea530bf24fd3265e67b029bf03972f2f3 100644 (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.
index 31482be11c97ea276e299d3739b827c52123417f..eae986af747fc79e6c18bd3d81ab9734e10b137e 100644 (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.  */