summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/compiler/consts.py2
-rw-r--r--Tools/compiler/compiler/consts.py2
2 files changed, 0 insertions, 4 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'
diff --git a/Tools/compiler/compiler/consts.py b/Tools/compiler/compiler/consts.py
index 20f8cf2..a6cf559 100644
--- a/Tools/compiler/compiler/consts.py
+++ b/Tools/compiler/compiler/consts.py
@@ -1,5 +1,3 @@
-del classobj, code, function, instance, instancemethod, module
-
# operation flags
OP_ASSIGN = 'OP_ASSIGN'
OP_DELETE = 'OP_DELETE'