summaryrefslogtreecommitdiff
path: root/Lib/opcode.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-07-17 22:49:50 -0500
committerBenjamin Peterson <benjamin@python.org>2011-07-17 22:49:50 -0500
commit76f7f4d979fcec9cff5175044f1c05123f0d7def (patch)
treee10ea5e2900a83baa68af193f1df7c86b25cde72 /Lib/opcode.py
parent42d1320c06eec275de5a080a5285f9cd7c08d15d (diff)
downloadcpython-git-76f7f4d979fcec9cff5175044f1c05123f0d7def.tar.gz
excise the remains of STOP_CODE, which hasn't done anything useful for years
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r--Lib/opcode.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py
index 8e15d13e98..b631b257c4 100644
--- a/Lib/opcode.py
+++ b/Lib/opcode.py
@@ -43,7 +43,6 @@ def jabs_op(name, op):
# Instruction opcodes for compiled code
# Blank lines correspond to available opcodes
-def_op('STOP_CODE', 0)
def_op('POP_TOP', 1)
def_op('ROT_TWO', 2)
def_op('ROT_THREE', 3)