aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/vdso_elf32.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/vdso_elf32.go')
-rw-r--r--src/runtime/vdso_elf32.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/vdso_elf32.go b/src/runtime/vdso_elf32.go
index 456173b0f5..1b8afbedf4 100644
--- a/src/runtime/vdso_elf32.go
+++ b/src/runtime/vdso_elf32.go
@@ -3,8 +3,6 @@
// license that can be found in the LICENSE file.
//go:build linux && (386 || arm)
-// +build linux
-// +build 386 arm
package runtime