From ed23449dac42c3718757dc8ff69a6480d869fb9c Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Fri, 7 Jun 2024 13:42:40 +0200 Subject: 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 --- sysdeps/mips/dl-procinfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/mips') diff --git a/sysdeps/mips/dl-procinfo.h b/sysdeps/mips/dl-procinfo.h index 3199434390..7185542eac 100644 --- a/sysdeps/mips/dl-procinfo.h +++ b/sysdeps/mips/dl-procinfo.h @@ -22,9 +22,6 @@ #include -/* Mask to filter out platforms. */ -#define _DL_HWCAP_PLATFORM (-1ULL) - #define _DL_PLATFORMS_COUNT 4 /* We cannot provide a general printing function. */ -- cgit v1.2.3