[dev.typeparams] runtime,runtime/internal/sys: remove unused BigEndian

Change-Id: I1209904326b1563e12d9c7d19a12a10c72d1dbcb
Reviewed-on: https://go-review.googlesource.com/c/go/+/329191
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Michael Anthony Knyszek 2021-06-17 19:13:55 +00:00 committed by Michael Knyszek
parent 9a93072a07
commit 85b12a8563
2 changed files with 0 additions and 5 deletions

View file

@ -215,8 +215,6 @@ var Write = write
func Envs() []string { return envs }
func SetEnvs(e []string) { envs = e }
var BigEndian = goarch.BigEndian
// For benchmarking.
func BenchSetType(n int, x interface{}) {

View file

@ -30,9 +30,6 @@ const ArchFamily ArchFamilyType = goarch.ArchFamily
// AIX requires a larger stack for syscalls.
const StackGuardMultiplier = StackGuardMultiplierDefault*(1-goos.GoosAix) + 2*goos.GoosAix
// BigEndian reports whether the architecture is big-endian.
const BigEndian = goarch.BigEndian
// DefaultPhysPageSize is the default physical page size.
const DefaultPhysPageSize = goarch.DefaultPhysPageSize