]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused armArch
authorTobias Klauser <tklauser@distanz.ch>
Fri, 5 Oct 2018 14:47:33 +0000 (16:47 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 5 Oct 2018 19:52:26 +0000 (19:52 +0000)
commit68d52969ddbfc8f90900f781d35201bea7b7869c
tree89f524cf5736119823d3d28f619cc6d225ada795
parent497fd2c09ca4ed1d9f9d397aed71fce741e3588a
runtime: remove unused armArch

runtime.armArch is unused on linux/arm since CL 93637. The new code in
runtime/internal/atomic (added by CL 111315) only checks runtime.goarm.

Change-Id: Ic097ee6750e39abb20f45770a1c7c2d925f02408
Reviewed-on: https://go-review.googlesource.com/c/140077
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/os_linux_arm.go