aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc1.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/proc1.go')
-rw-r--r--src/runtime/proc1.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/proc1.go b/src/runtime/proc1.go
index 6fa407f0ce..1950403329 100644
--- a/src/runtime/proc1.go
+++ b/src/runtime/proc1.go
@@ -3163,8 +3163,6 @@ func setMaxThreads(in int) (out int) {
return
}
-var goexperiment string = "GOEXPERIMENT" // TODO: defined in zaexperiment.h
-
func haveexperiment(name string) bool {
x := goexperiment
for x != "" {