aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/internal/goroot
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/internal/goroot')
-rw-r--r--libgo/go/internal/goroot/gc.go1
-rw-r--r--libgo/go/internal/goroot/gccgo.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/libgo/go/internal/goroot/gc.go b/libgo/go/internal/goroot/gc.go
index 2338b78..8c66cd1 100644
--- a/libgo/go/internal/goroot/gc.go
+++ b/libgo/go/internal/goroot/gc.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build gc
-// +build gc
package goroot
diff --git a/libgo/go/internal/goroot/gccgo.go b/libgo/go/internal/goroot/gccgo.go
index b1041da..6284122 100644
--- a/libgo/go/internal/goroot/gccgo.go
+++ b/libgo/go/internal/goroot/gccgo.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build gccgo
-// +build gccgo
package goroot