mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix a benign problem found by a picky SGI compiler (unreachable break
after a return).
This commit is contained in:
parent
04e00a4cf4
commit
9f29990a90
1 changed files with 0 additions and 1 deletions
|
@ -917,7 +917,6 @@ static int re_optimize_star_jump(bufp, code)
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue