aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/re/_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/re/_parser.py')
-rw-r--r--Lib/re/_parser.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/re/_parser.py b/Lib/re/_parser.py
index b864bf2b108..933d51589f4 100644
--- a/Lib/re/_parser.py
+++ b/Lib/re/_parser.py
@@ -183,10 +183,6 @@ class SubPattern:
j = max(j, h)
lo = lo + i
hi = hi + j
- elif op is CALL:
- i, j = av.getwidth()
- lo = lo + i
- hi = hi + j
elif op is ATOMIC_GROUP:
i, j = av.getwidth()
lo = lo + i