diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-28 14:40:08 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-28 14:40:08 -0500 |
commit | 2a8855656d526cce898303bb03c66274f06e7b51 (patch) | |
tree | efb28c6ff3721de8786b4309117cc6883889ed74 /Lib/opcode.py | |
parent | ffe5c8f2c45e238c70ac87fecf23aeef676a65f6 (diff) | |
download | cpython-2a8855656d526cce898303bb03c66274f06e7b51.tar.gz |
remove STORE_MAP, since it's unused
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r-- | Lib/opcode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py index 24e6c3f3d2..c7b344372c 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py @@ -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) |