go/src/regexp
Daniel Martí 7d547b6411 regexp: remove redundant break
Breaks are implicit, and since there is no outer loop this one could not
mean a loop break that was missing a label.

Change-Id: Ie91018db1825aa8285c1aa55c9d28fc7ec7148af
Reviewed-on: https://go-review.googlesource.com/39691
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-04-25 15:00:06 +00:00
..
syntax regexp/syntax: remove unused flags parameter 2017-03-06 19:11:09 +00:00
testdata regexp/syntax: fix factoring of common prefixes in alternations 2016-01-08 16:41:46 +00:00
all_test.go regexp: avoid alloc in QuoteMeta when not quoting 2016-10-19 07:09:08 +00:00
backtrack.go all: delete dead non-test code 2016-03-25 06:28:13 +00:00
example_test.go regexp: add runnable example to regex.Split 2015-09-23 03:29:32 +00:00
exec.go regexp: reduce allocs in regexp.Match for onepass regex 2017-03-23 00:02:55 +00:00
exec2_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
exec_test.go regexp: reduce allocs in regexp.Match for onepass regex 2017-03-23 00:02:55 +00:00
find_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
onepass.go regexp: remove redundant break 2017-04-25 15:00:06 +00:00
onepass_test.go regexp: reduce allocations at onePassCopy 2017-03-28 17:58:10 +00:00
regexp.go regexp: document that Longest method is not concurrent-safe 2017-04-07 21:12:11 +00:00