summaryrefslogtreecommitdiffstats
path: root/Lib/opcode.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-28 19:40:08 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-05-28 19:40:08 (GMT)
commit264be6f48f107d831ccecdf68a1b82c7b61f3a17 (patch)
treed80c956f969469749ce768f857fd7c680fde0259 /Lib/opcode.py
parentee85339cc69af6b29a37b85a5695fb9c12f0f0a3 (diff)
downloadcpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.zip
cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.gz
cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.bz2
remove STORE_MAP, since it's unused
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 24e6c3f..c7b3443 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)