mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
remove STORE_MAP, since it's unused
This commit is contained in:
parent
ee85339cc6
commit
264be6f48f
6 changed files with 1 additions and 24 deletions
|
@ -89,7 +89,6 @@ def_op('GET_AITER', 50)
|
|||
def_op('GET_ANEXT', 51)
|
||||
def_op('BEFORE_ASYNC_WITH', 52)
|
||||
|
||||
def_op('STORE_MAP', 54)
|
||||
def_op('INPLACE_ADD', 55)
|
||||
def_op('INPLACE_SUBTRACT', 56)
|
||||
def_op('INPLACE_MULTIPLY', 57)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue