summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-05-28 14:40:08 -0500
committerBenjamin Peterson <benjamin@python.org>2015-05-28 14:40:08 -0500
commit2a8855656d526cce898303bb03c66274f06e7b51 (patch)
treeefb28c6ff3721de8786b4309117cc6883889ed74 /Python/opcode_targets.h
parentffe5c8f2c45e238c70ac87fecf23aeef676a65f6 (diff)
downloadcpython-2a8855656d526cce898303bb03c66274f06e7b51.tar.gz
remove STORE_MAP, since it's unused
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r--Python/opcode_targets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h
index 569e759048..ed2a135a38 100644
--- a/Python/opcode_targets.h
+++ b/Python/opcode_targets.h
@@ -53,7 +53,7 @@ static void *opcode_targets[256] = {
&&TARGET_GET_ANEXT,
&&TARGET_BEFORE_ASYNC_WITH,
&&_unknown_opcode,
- &&TARGET_STORE_MAP,
+ &&_unknown_opcode,
&&TARGET_INPLACE_ADD,
&&TARGET_INPLACE_SUBTRACT,
&&TARGET_INPLACE_MULTIPLY,