diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-28 14:40:15 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-28 14:40:15 -0500 |
commit | 0938d98bcc684b01e92112245b5868e7b920a5a2 (patch) | |
tree | dc14b536462428ba58231f4588e759491a4e78ba /Include/opcode.h | |
parent | 2ec8f9bffc952a2ebc17b91787298be1180e517f (diff) | |
parent | 264be6f48f107d831ccecdf68a1b82c7b61f3a17 (diff) | |
download | cpython-git-0938d98bcc684b01e92112245b5868e7b920a5a2.tar.gz |
merge 3.5
Diffstat (limited to 'Include/opcode.h')
-rw-r--r-- | Include/opcode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 3f97c9a879..ca59338061 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -32,7 +32,6 @@ extern "C" { #define GET_AITER 50 #define GET_ANEXT 51 #define BEFORE_ASYNC_WITH 52 -#define STORE_MAP 54 #define INPLACE_ADD 55 #define INPLACE_SUBTRACT 56 #define INPLACE_MULTIPLY 57 |