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:
Tobias Klauser 2018-04-10 12:19:24 +02:00 committed by Tobias Klauser
parent 76e92d1c9e
commit ace5fa1a60
4 changed files with 0 additions and 20 deletions

View file

@ -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