Remove additional specialized opcode that wasn't ordered with the others

This commit is contained in:
Michael Hansen
2024-08-12 11:39:36 -07:00
parent 19f8372358
commit dc6ca4ae36
2 changed files with 0 additions and 2 deletions

View File

@@ -118,7 +118,6 @@ OPCODE(RESERVED) // Python 3.12 ->
OPCODE(BINARY_SLICE) // Python 3.12 ->
OPCODE(STORE_SLICE) // Python 3.12 ->
OPCODE(CLEANUP_THROW) // Python 3.12 ->
OPCODE(BINARY_OP_INPLACE_ADD_UNICODE) // Python 3.13 ->
OPCODE(EXIT_INIT_CHECK) // Python 3.13 ->
OPCODE(FORMAT_SIMPLE) // Python 3.13 ->
OPCODE(FORMAT_WITH_SPEC) // Python 3.13 ->