From 343439a31ed1f07da307037b2c92b8ab3367c05c Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Fri, 7 Jun 2024 13:42:42 +0200 Subject: elf: Remove _DL_PLATFORMS_COUNT Remove the definitions of _DL_PLATFORMS_COUNT as those are not used anymore after removal in elf/dl-cache.c:search_cache(). Note: On x86, we can also get rid of the definitions HWCAP_PLATFORMS_START and HWCAP_PLATFORMS_COUNT. Reviewed-by: Adhemerval Zanella --- sysdeps/mips/dl-procinfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/mips/dl-procinfo.h') diff --git a/sysdeps/mips/dl-procinfo.h b/sysdeps/mips/dl-procinfo.h index 7185542eac..79c2acc388 100644 --- a/sysdeps/mips/dl-procinfo.h +++ b/sysdeps/mips/dl-procinfo.h @@ -21,9 +21,6 @@ #include - -#define _DL_PLATFORMS_COUNT 4 - /* We cannot provide a general printing function. */ #define _dl_procinfo(type, word) -1 -- cgit 1.4.1