mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
[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:
parent
9a93072a07
commit
85b12a8563
2 changed files with 0 additions and 5 deletions
|
|
@ -215,8 +215,6 @@ var Write = write
|
||||||
func Envs() []string { return envs }
|
func Envs() []string { return envs }
|
||||||
func SetEnvs(e []string) { envs = e }
|
func SetEnvs(e []string) { envs = e }
|
||||||
|
|
||||||
var BigEndian = goarch.BigEndian
|
|
||||||
|
|
||||||
// For benchmarking.
|
// For benchmarking.
|
||||||
|
|
||||||
func BenchSetType(n int, x interface{}) {
|
func BenchSetType(n int, x interface{}) {
|
||||||
|
|
|
||||||
|
|
@ -30,9 +30,6 @@ const ArchFamily ArchFamilyType = goarch.ArchFamily
|
||||||
// AIX requires a larger stack for syscalls.
|
// AIX requires a larger stack for syscalls.
|
||||||
const StackGuardMultiplier = StackGuardMultiplierDefault*(1-goos.GoosAix) + 2*goos.GoosAix
|
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.
|
// DefaultPhysPageSize is the default physical page size.
|
||||||
const DefaultPhysPageSize = goarch.DefaultPhysPageSize
|
const DefaultPhysPageSize = goarch.DefaultPhysPageSize
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue