mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: remove support_bmi{1,2}
The code reading these variables was removed in CL 41476. They are only set but never read now, so remove them. Change-Id: I6b0b8d813e9a3ec2a13586ff92746e00ad1b5bf0 Reviewed-on: https://go-review.googlesource.com/106095 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
76e92d1c9e
commit
ace5fa1a60
4 changed files with 0 additions and 20 deletions
|
|
@ -774,8 +774,6 @@ var (
|
|||
support_aes bool
|
||||
support_avx bool
|
||||
support_avx2 bool
|
||||
support_bmi1 bool
|
||||
support_bmi2 bool
|
||||
support_erms bool
|
||||
support_osxsave bool
|
||||
support_popcnt bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue