gh-131306: Remove unused code related to BINARY_SUBSCR (#131307)

This commit is contained in:
Tomas R. 2025-03-16 17:37:29 +01:00 committed by GitHub
parent bf4c1bf344
commit d07e9ebbe8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 15 deletions

View file

@ -63,9 +63,6 @@ _cache_format = {
"CONTAINS_OP": {
"counter": 1,
},
"BINARY_SUBSCR": {
"counter": 1,
},
"FOR_ITER": {
"counter": 1,
},