aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/mkasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/mkasm.go')
-rw-r--r--src/syscall/mkasm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/syscall/mkasm.go b/src/syscall/mkasm.go
index e0ec46681d..dce61f322c 100644
--- a/src/syscall/mkasm.go
+++ b/src/syscall/mkasm.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ignore
-// +build ignore
// mkasm.go generates assembly trampolines to call library routines from Go.
// This program must be run after mksyscall.pl.