diff --git a/Lib/compiler/consts.py b/Lib/compiler/consts.py index 20f8cf22e78..a6cf559d940 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 20f8cf22e78..a6cf559d940 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'