remove STORE_MAP, since it's unused

This commit is contained in:
Benjamin Peterson 2015-05-28 14:40:08 -05:00
parent ee85339cc6
commit 264be6f48f
6 changed files with 1 additions and 24 deletions

View file

@ -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)