mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
gh-131306: Remove unused code related to BINARY_SUBSCR
(#131307)
This commit is contained in:
parent
bf4c1bf344
commit
d07e9ebbe8
5 changed files with 6 additions and 15 deletions
|
@ -63,9 +63,6 @@ _cache_format = {
|
|||
"CONTAINS_OP": {
|
||||
"counter": 1,
|
||||
},
|
||||
"BINARY_SUBSCR": {
|
||||
"counter": 1,
|
||||
},
|
||||
"FOR_ITER": {
|
||||
"counter": 1,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue