]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused cpuid_X variables
authorMartin Möhrmann <moehrmann@google.com>
Wed, 10 May 2017 17:03:48 +0000 (19:03 +0200)
committerMartin Möhrmann <moehrmann@google.com>
Wed, 10 May 2017 19:28:42 +0000 (19:28 +0000)
commitaeee34cb242620ad3d40685227a061818e843a72
tree54ef5034403b21e7a43a758a4a0acb9705b33d64
parent201fd16568b41f536f5ca7809a0bd19fc24b9394
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>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/runtime2.go