aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/runtime2.go
diff options
context:
space:
mode:
authorMartin Möhrmann <moehrmann@google.com>2017-05-10 19:03:48 +0200
committerMartin Möhrmann <moehrmann@google.com>2017-05-10 19:28:42 +0000
commitaeee34cb242620ad3d40685227a061818e843a72 (patch)
tree54ef5034403b21e7a43a758a4a0acb9705b33d64 /src/runtime/runtime2.go
parent201fd16568b41f536f5ca7809a0bd19fc24b9394 (diff)
downloadgo-aeee34cb242620ad3d40685227a061818e843a72.tar.xz
runtime: remove unused cpuid_X variables
They are not exported and not used in the compiler or standard library. Change-Id: Ie1d210464f826742d282f12258ed1792cbd2d188 Reviewed-on: https://go-review.googlesource.com/43135 Run-TryBot: Martin Möhrmann <moehrmann@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/runtime/runtime2.go')
-rw-r--r--src/runtime/runtime2.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/runtime/runtime2.go b/src/runtime/runtime2.go
index 8c4d41d928..b0ebfd818c 100644
--- a/src/runtime/runtime2.go
+++ b/src/runtime/runtime2.go
@@ -746,12 +746,6 @@ var (
support_sse42 bool
support_ssse3 bool
- // TODO(moehrmann) delete below variables once external
- // packages have their dependencies on these removed.
- cpuid_ecx uint32
- cpuid_edx uint32
- cpuid_ebx7 uint32 // not set on amd64p32
-
goarm uint8 // set by cmd/link on arm systems
framepointer_enabled bool // set by cmd/link
)