Skip to content

Commit d428a63

Browse files
prattmicgopherbot
authored andcommitted
internal/goexperiment: remove unused range experiment
This experiment was added mistakenly in https://go.dev/cl/537980, probably as the result of a bad rebase on https://go.dev/cl/539277. Change-Id: Ia3fc75725535ac70a2e6dd655440a2f515405c48 Reviewed-on: https://go-review.googlesource.com/c/go/+/580375 Auto-Submit: Michael Pratt <mpratt@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
1 parent 974b201 commit d428a63

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/internal/goexperiment/flags.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,4 @@ type Flags struct {
116116

117117
// RangeFunc enables range over func.
118118
RangeFunc bool
119-
120-
// Range enables range over int and func.
121-
Range bool
122119
}

0 commit comments

Comments
 (0)