summaryrefslogtreecommitdiff
path: root/libgo/go/runtime/race0.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/runtime/race0.go')
-rw-r--r--libgo/go/runtime/race0.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/runtime/race0.go b/libgo/go/runtime/race0.go
index 0e431b8103e..f36d4387c74 100644
--- a/libgo/go/runtime/race0.go
+++ b/libgo/go/runtime/race0.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !race
-// +build !race
// Dummy race detection API, used when not built with -race.