]> granicus.if.org Git - python/commitdiff
Fix a benign problem found by a picky SGI compiler (unreachable break
authorGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:23:22 +0000 (22:23 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:23:22 +0000 (22:23 +0000)
after a return).

Modules/regexpr.c

index 55b1dffa7b5dca78e1449ca1db2231df9a9c1f2c..a45b9e264f3b8f37e592f1d8ed3d198adab8c321 100644 (file)
@@ -917,7 +917,6 @@ static int re_optimize_star_jump(bufp, code)
                default:
                {
                        return 0;
-                       break;
                }
                }
        }