aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/internal
diff options
context:
space:
mode:
authorMichael Anthony Knyszek <mknyszek@google.com>2021-06-17 19:13:55 +0000
committerMichael Knyszek <mknyszek@google.com>2021-06-17 20:42:41 +0000
commit85b12a856313f4410376df8d02a11cc902acefa3 (patch)
tree3e1eea4e74d09959be5fb9c75b03003f58ec2ebf /src/runtime/internal
parent9a93072a0709c7940f765774dbde0989425ac499 (diff)
downloadgo-85b12a856313f4410376df8d02a11cc902acefa3.tar.xz
[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>
Diffstat (limited to 'src/runtime/internal')
-rw-r--r--src/runtime/internal/sys/consts.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/internal/sys/consts.go b/src/runtime/internal/sys/consts.go
index 4d45f9d0d0..dcba7a6e0d 100644
--- a/src/runtime/internal/sys/consts.go
+++ b/src/runtime/internal/sys/consts.go
@@ -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