1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

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>
This commit is contained in:
Stefan Liebler
2024-06-07 13:42:40 +02:00
parent 374c8b4483
commit ed23449dac
10 changed files with 0 additions and 29 deletions

View File

@ -57,7 +57,4 @@ _dl_hwcap_string (int idx)
#define HWCAP_IMPORTANT (HWCAP_IMPORTANT_V9 | HWCAP_SPARC_ULTRA3 \
| HWCAP_SPARC_BLKINIT | HWCAP_SPARC_N2)
/* There're no platforms to filter out. */
#define _DL_HWCAP_PLATFORM 0
#endif /* dl-procinfo.h */