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.
+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.
 
 #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.  */