Skip to content

Commit 8082ac5

Browse files
committed
internal/bytealg: remove duplicate go:build line
1 parent dc00dc6 commit 8082ac5

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)