diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-18 03:49:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-18 03:49:50 (GMT) |
commit | 76f7f4d979fcec9cff5175044f1c05123f0d7def (patch) | |
tree | e10ea5e2900a83baa68af193f1df7c86b25cde72 /Include/opcode.h | |
parent | 42d1320c06eec275de5a080a5285f9cd7c08d15d (diff) | |
download | cpython-76f7f4d979fcec9cff5175044f1c05123f0d7def.zip cpython-76f7f4d979fcec9cff5175044f1c05123f0d7def.tar.gz cpython-76f7f4d979fcec9cff5175044f1c05123f0d7def.tar.bz2 |
excise the remains of STOP_CODE, which hasn't done anything useful for years
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 6b10944..ece713e 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -7,7 +7,6 @@ extern "C" { /* Instruction opcodes for compiled code */ -#define STOP_CODE 0 #define POP_TOP 1 #define ROT_TWO 2 #define ROT_THREE 3 |