1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +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

@ -22,9 +22,6 @@
#include <ldsodefs.h>
/* Mask to filter out platforms. */
#define _DL_HWCAP_PLATFORM (-1ULL)
#define _DL_PLATFORMS_COUNT 4
/* We cannot provide a general printing function. */