diff options
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r-- | Lib/opcode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py index 9ba39e2eec7..414faa35ee8 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py @@ -391,7 +391,6 @@ _cache_format = { }, "COMPARE_OP": { "counter": 1, - "mask": 1, }, "BINARY_SUBSCR": { "counter": 1, |