summaryrefslogtreecommitdiff
path: root/Lib/compiler
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-09-14 22:54:48 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2001-09-14 22:54:48 +0000
commit49c3e41c50d1f1bac21edba39d5db12d5213df1f (patch)
tree8329b772c42834bceb08bf7ff578bc4f1f260e09 /Lib/compiler
parent19ab87d290665c73da4811c739efb063007add0a (diff)
downloadcpython-49c3e41c50d1f1bac21edba39d5db12d5213df1f.tar.gz
del no longer necessary now that new module is gone
Diffstat (limited to 'Lib/compiler')
-rw-r--r--Lib/compiler/consts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py
index 20f8cf22e7..a6cf559d94 100644
--- a/Lib/compiler/consts.py
+++ b/Lib/compiler/consts.py
@@ -1,5 +1,3 @@
-del classobj, code, function, instance, instancemethod, module
-
# operation flags
OP_ASSIGN = 'OP_ASSIGN'
OP_DELETE = 'OP_DELETE'