This change removes the ExecTracer2 experiment flag. This flag was
created as part of the tracer overhaul described in #60773.
Updates #66703
For #60773
Change-Id: Ib95b9dd8bb68b48e7543c4d28d853c6a518438f6
Reviewed-on: https://go-review.googlesource.com/c/go/+/576258
Auto-Submit: Carlos Amedee <carlos@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
RegabiWrappers: regabiSupported,
RegabiArgs: regabiSupported,
CoverageRedesign: true,
- ExecTracer2: true,
}
// Start with the statically enabled set of experiments.
+++ /dev/null
-// Code generated by mkconsts.go. DO NOT EDIT.
-
-//go:build !goexperiment.exectracer2
-
-package goexperiment
-
-const ExecTracer2 = false
-const ExecTracer2Int = 0
+++ /dev/null
-// Code generated by mkconsts.go. DO NOT EDIT.
-
-//go:build goexperiment.exectracer2
-
-package goexperiment
-
-const ExecTracer2 = true
-const ExecTracer2Int = 1
// Range enables range over int and func.
Range bool
-
- // ExecTracer2 controls whether to use the new execution trace
- // implementation.
- ExecTracer2 bool
}