diff options
Diffstat (limited to 'vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s')
-rw-r--r-- | vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s b/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s index e5b9a84..42f7eb9 100644 --- a/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s +++ b/vendor/golang.org/x/sys/unix/asm_bsd_ppc64.s @@ -3,8 +3,6 @@ // license that can be found in the LICENSE file. //go:build (darwin || freebsd || netbsd || openbsd) && gc -// +build darwin freebsd netbsd openbsd -// +build gc #include "textflag.h" |