Skip to content

Commit 7961bf7

Browse files
committed
internal/goexperiment: delete CacheProg goexperiment
It is now always enabeld. The GOEXPERIMENT doesn't control anything. Remove. Change-Id: I24ecf0cd7be5d5dd20f4c558871a3ea97792055e Reviewed-on: https://go-review.googlesource.com/c/go/+/684837 Reviewed-by: qiu laidongfeng <2645477756@qq.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
1 parent e15a14c commit 7961bf7

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

‎src/internal/goexperiment/exp_cacheprog_off.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎src/internal/goexperiment/exp_cacheprog_on.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎src/internal/goexperiment/flags.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ type Flags struct {
9696
// copy of the iteration variable.
9797
LoopVar bool
9898

99-
// CacheProg adds support to cmd/go to use a child process to implement
100-
// the build cache; see https://github.com/golang/go/issues/59719.
101-
CacheProg bool
102-
10399
// NewInliner enables a new+improved version of the function
104100
// inlining phase within the Go compiler.
105101
NewInliner bool

0 commit comments

Comments
 (0)