diff options
author | Tomas R. <tomas.roun8@gmail.com> | 2025-03-16 17:37:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-16 16:37:29 +0000 |
commit | d07e9ebbe89ce701e73d25777ae057da8dffd506 (patch) | |
tree | 9b1fe3bb3f50ca1590f826d1652773e6cffa0028 /Lib/opcode.py | |
parent | bf4c1bf344ed1f80c4e8f4fd5b1a8f0e0858777e (diff) | |
download | cpython-d07e9ebbe89ce701e73d25777ae057da8dffd506.tar.gz cpython-d07e9ebbe89ce701e73d25777ae057da8dffd506.zip |
gh-131306: Remove unused code related to `BINARY_SUBSCR` (#131307)
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, }, |