summaryrefslogtreecommitdiffstats
path: root/Lib/compiler/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/compiler/consts.py')
-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'