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 | 264be6f48f107d831ccecdf68a1b82c7b61f3a17 (patch) | |
tree | d80c956f969469749ce768f857fd7c680fde0259 /Python/opcode_targets.h | |
parent | in dict displays, evaluate the key before the value (closes #11205) (diff) | |
download | cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.gz cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.bz2 cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.zip |
remove STORE_MAP, since it's unused
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r-- | Python/opcode_targets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index 569e7590489..ed2a135a387 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, |