aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/opcode.py
diff options
context:
space:
mode:
authorTomas R. <tomas.roun8@gmail.com>2025-03-16 17:37:29 +0100
committerGitHub <noreply@github.com>2025-03-16 16:37:29 +0000
commitd07e9ebbe89ce701e73d25777ae057da8dffd506 (patch)
tree9b1fe3bb3f50ca1590f826d1652773e6cffa0028 /Lib/opcode.py
parentbf4c1bf344ed1f80c4e8f4fd5b1a8f0e0858777e (diff)
downloadcpython-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.py3
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,
},