summaryrefslogtreecommitdiffstats
path: root/Lib/compiler
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-09-14 22:54:48 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-09-14 22:54:48 (GMT)
commit6a9cac68b65f1fa5a505b647dc149a53332f3d19 (patch)
tree5c2827a7986c4f677fb6448966f7c90346982718 /Lib/compiler
parent1e99a77120d7bf3509eb283dde871b89ad7f6007 (diff)
downloadcpython-6a9cac68b65f1fa5a505b647dc149a53332f3d19.zip
cpython-6a9cac68b65f1fa5a505b647dc149a53332f3d19.tar.gz
cpython-6a9cac68b65f1fa5a505b647dc149a53332f3d19.tar.bz2
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 20f8cf2..a6cf559 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'