]> Cypherpunks repositories - gostls13.git/commitdiff
internal/bytealg: remove duplicate go:build line
authorcuishuang <imcusg@gmail.com>
Tue, 15 Jun 2021 10:11:06 +0000 (10:11 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 15 Jun 2021 10:13:08 +0000 (10:13 +0000)
Change-Id: I6b71bf468b9544820829f02e320673f5edd785fa
GitHub-Last-Rev: 8082ac5fba18e630dd2a21771837e6f0b1f9853f
GitHub-Pull-Request: golang/go#46683
Reviewed-on: https://go-review.googlesource.com/c/go/+/326730
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Tobias Klauser <tobias.klauser@gmail.com>

src/internal/bytealg/index_generic.go
src/internal/bytealg/index_native.go

index 287bdba4c680a122801a2b22ee7b7797da7c4f5b..0a6eb90d2d9297fbcffd1195c9ea3f515d5b73c2 100644 (file)
@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
 //go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
 // +build !amd64,!arm64,!s390x,!ppc64le,!ppc64
 
index 75aff4b3cb0169043b0e2cf8e93f2a4dd65add34..9547a5d8e2aa39e4ea7a543c09f8a555b099d313 100644 (file)
@@ -2,7 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// go:build amd64 || arm64 || s390x || ppc64le || ppc64
 //go:build amd64 || arm64 || s390x || ppc64le || ppc64
 // +build amd64 arm64 s390x ppc64le ppc64