summaryrefslogtreecommitdiffstats
path: root/Include
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 /Include
parentee85339cc69af6b29a37b85a5695fb9c12f0f0a3 (diff)
downloadcpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.zip
cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.gz
cpython-264be6f48f107d831ccecdf68a1b82c7b61f3a17.tar.bz2
remove STORE_MAP, since it's unused
Diffstat (limited to 'Include')
-rw-r--r--Include/opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index 3f97c9a..ca59338 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