aboutsummaryrefslogtreecommitdiff
path: root/src/internal/bytealg/count_generic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/bytealg/count_generic.go')
-rw-r--r--src/internal/bytealg/count_generic.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/internal/bytealg/count_generic.go b/src/internal/bytealg/count_generic.go
index 1891d29b24..932a7c584c 100644
--- a/src/internal/bytealg/count_generic.go
+++ b/src/internal/bytealg/count_generic.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build !amd64 && !arm && !arm64 && !ppc64le && !ppc64 && !riscv64 && !s390x
-// +build !amd64,!arm,!arm64,!ppc64le,!ppc64,!riscv64,!s390x
package bytealg