diff options
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r-- | Lib/opcode.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py index 4ee0d64026b..ea7c27698dd 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py @@ -63,9 +63,6 @@ _cache_format = { "CONTAINS_OP": { "counter": 1, }, - "BINARY_SUBSCR": { - "counter": 1, - }, "FOR_ITER": { "counter": 1, }, |