diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2024-06-07 13:42:40 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2024-06-18 10:45:36 +0200 |
commit | ed23449dac42c3718757dc8ff69a6480d869fb9c (patch) | |
tree | 183410fd40ca6161b3a7d1ae06193c32e0f84239 /sysdeps/generic | |
parent | 374c8b44831e7fe65ab0005cec98f7bb2d35c58e (diff) | |
download | glibc-ed23449dac42c3718757dc8ff69a6480d869fb9c.zip glibc-ed23449dac42c3718757dc8ff69a6480d869fb9c.tar.gz glibc-ed23449dac42c3718757dc8ff69a6480d869fb9c.tar.bz2 |
elf: Remove _DL_HWCAP_PLATFORM
Remove the definitions of _DL_HWCAP_PLATFORM as those are not used
anymore after removal in elf/dl-cache.c:search_cache().
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/generic')
-rw-r--r-- | sysdeps/generic/dl-procinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index 00e1ae7..1778fd10 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -28,9 +28,6 @@ /* By default there is no important hardware capability. */ #define HWCAP_IMPORTANT (0) -/* There're no platforms to filter out. */ -#define _DL_HWCAP_PLATFORM 0 - /* We don't have any hardware capabilities. */ #define _DL_HWCAP_COUNT 0 |