aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/cipher/xor_generic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/xor_generic.go')
-rw-r--r--src/crypto/cipher/xor_generic.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/cipher/xor_generic.go b/src/crypto/cipher/xor_generic.go
index 03208402d7..43517a8e20 100644
--- a/src/crypto/cipher/xor_generic.go
+++ b/src/crypto/cipher/xor_generic.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !amd64 && !ppc64 && !ppc64le && !arm64
-// +build !amd64,!ppc64,!ppc64le,!arm64
package cipher