elf: Remove hwcap and bits_hwcap fields from struct cache_entry
commitcfbf883db36727a84ef7929af49ef68c195b5972
authorJavier Pello <devel@otheo.eu>
Tue, 27 Sep 2022 18:08:09 +0000 (27 20:08 +0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 6 Oct 2022 10:59:48 +0000 (6 07:59 -0300)
tree90dbd477fa4b13addad7544bad8c9878461dffcd
parent4a7094119ce05cadf927f52cc5d723e2195e65f9
elf: Remove hwcap and bits_hwcap fields from struct cache_entry

They were set to 0 on initialisation and never changed later after
last commit.

Signed-off-by: Javier Pello <devel@otheo.eu>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
elf/cache.c