summaryrefslogtreecommitdiff
path: root/Lib/opcode.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-28 14:40:15 -0500
committerBenjamin Peterson <benjamin@python.org>2015-05-28 14:40:15 -0500
commit0938d98bcc684b01e92112245b5868e7b920a5a2 (patch)
treedc14b536462428ba58231f4588e759491a4e78ba /Lib/opcode.py
parent2ec8f9bffc952a2ebc17b91787298be1180e517f (diff)
parent264be6f48f107d831ccecdf68a1b82c7b61f3a17 (diff)
downloadcpython-git-0938d98bcc684b01e92112245b5868e7b920a5a2.tar.gz
merge 3.5
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r--Lib/opcode.py1
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)