Commit 73433530 authored by Guido van Rossum's avatar Guido van Rossum

Fix a benign problem found by a picky SGI compiler (unreachable break

after a return).
parent b1288205
......@@ -917,7 +917,6 @@ static int re_optimize_star_jump(bufp, code)
default:
{
return 0;
break;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment