aboutsummaryrefslogtreecommitdiff
path: root/src/internal/goexperiment/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/goexperiment/flags.go')
-rw-r--r--src/internal/goexperiment/flags.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/internal/goexperiment/flags.go b/src/internal/goexperiment/flags.go
index 02e744362c..8292f97b71 100644
--- a/src/internal/goexperiment/flags.go
+++ b/src/internal/goexperiment/flags.go
@@ -60,10 +60,6 @@ type Flags struct {
StaticLockRanking bool
BoringCrypto bool
- // Unified enables the compiler's unified IR construction
- // experiment.
- Unified bool
-
// Regabi is split into several sub-experiments that can be
// enabled individually. Not all combinations work.
// The "regabi" GOEXPERIMENT is an alias for all "working"