aboutsummaryrefslogtreecommitdiff
path: root/internal/poly1305/mac_noasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/poly1305/mac_noasm.go')
-rw-r--r--internal/poly1305/mac_noasm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/poly1305/mac_noasm.go b/internal/poly1305/mac_noasm.go
index f184b67..333da28 100644
--- a/internal/poly1305/mac_noasm.go
+++ b/internal/poly1305/mac_noasm.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build (!amd64 && !ppc64le && !s390x) || !gc || purego
-// +build !amd64,!ppc64le,!s390x !gc purego
package poly1305