aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-11-06 11:09:56 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2021-11-06 10:24:44 +0000
commitf19e4001808863d2ebfe9d1975476513d030c381 (patch)
tree9b8c0593328c114b96a632737848d9fd30f0c2e3 /src/crypto
parentb74f2efc47bbfcc4aa301ebda1033948d8b6b63e (diff)
downloadgo-f19e4001808863d2ebfe9d1975476513d030c381.tar.gz
go-f19e4001808863d2ebfe9d1975476513d030c381.zip
all: remove more leftover // +build lines
CL 344955 and CL 359476 removed almost all // +build lines, but leaving some assembly files and generating scripts. Also, some files were added with // +build lines after CL 359476 was merged. Remove these or rename files where more appropriate. For #41184 Change-Id: I7eb85a498ed9788b42a636e775f261d755504ffa Reviewed-on: https://go-review.googlesource.com/c/go/+/361480 Trust: Tobias Klauser <tobias.klauser@gmail.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com>
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/cipher/xor_ppc64x.s1
-rw-r--r--src/crypto/md5/md5block_ppc64x.s1
-rw-r--r--src/crypto/x509/internal/macos/corefoundation.s1
-rw-r--r--src/crypto/x509/internal/macos/security.s1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/cipher/xor_ppc64x.s b/src/crypto/cipher/xor_ppc64x.s
index 2ba6d9639c..a2ec95c0be 100644
--- a/src/crypto/cipher/xor_ppc64x.s
+++ b/src/crypto/cipher/xor_ppc64x.s
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
#include "textflag.h"
diff --git a/src/crypto/md5/md5block_ppc64x.s b/src/crypto/md5/md5block_ppc64x.s
index 8c28ec2473..69a20e7cad 100644
--- a/src/crypto/md5/md5block_ppc64x.s
+++ b/src/crypto/md5/md5block_ppc64x.s
@@ -11,7 +11,6 @@
// in the public domain.
//go:build ppc64 || ppc64le
-// +build ppc64 ppc64le
#include "textflag.h"
diff --git a/src/crypto/x509/internal/macos/corefoundation.s b/src/crypto/x509/internal/macos/corefoundation.s
index 376099caa3..e60bd8712d 100644
--- a/src/crypto/x509/internal/macos/corefoundation.s
+++ b/src/crypto/x509/internal/macos/corefoundation.s
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build darwin && !ios
-// +build darwin,!ios
#include "textflag.h"
diff --git a/src/crypto/x509/internal/macos/security.s b/src/crypto/x509/internal/macos/security.s
index 9c1c133489..77406a0553 100644
--- a/src/crypto/x509/internal/macos/security.s
+++ b/src/crypto/x509/internal/macos/security.s
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build darwin && !ios
-// +build darwin,!ios
#include "textflag.h"