Skip to content

Commit abc56fd

Browse files
cuishuangtklauser
authored andcommitted
internal/bytealg: remove duplicate go:build line
Change-Id: I6b71bf468b9544820829f02e320673f5edd785fa GitHub-Last-Rev: 8082ac5 GitHub-Pull-Request: #46683 Reviewed-on: https://go-review.googlesource.com/c/go/+/326730 Reviewed-by: Ian Lance Taylor <[email protected]> Trust: Tobias Klauser <[email protected]>
1 parent 4061d34 commit abc56fd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/internal/bytealg/index_generic.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
65
//go:build !amd64 && !arm64 && !s390x && !ppc64le && !ppc64
76
// +build !amd64,!arm64,!s390x,!ppc64le,!ppc64
87

src/internal/bytealg/index_native.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// go:build amd64 || arm64 || s390x || ppc64le || ppc64
65
//go:build amd64 || arm64 || s390x || ppc64le || ppc64
76
// +build amd64 arm64 s390x ppc64le ppc64
87

0 commit comments

Comments
 (0)