]> Cypherpunks repositories - gostls13.git/commitdiff
internal/goexperiment: remove unused range experiment
authorMichael Pratt <mpratt@google.com>
Fri, 19 Apr 2024 15:39:29 +0000 (11:39 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 19 Apr 2024 16:08:40 +0000 (16:08 +0000)
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>
src/internal/goexperiment/flags.go

index 205741b8d91af02a37163a7240703b931fb2b469..064e70a35dc0bf1b2ba85066b6df6101efe4f3fe 100644 (file)
@@ -116,7 +116,4 @@ type Flags struct {
 
        // RangeFunc enables range over func.
        RangeFunc bool
-
-       // Range enables range over int and func.
-       Range bool
 }