From 605c5ef4fb7c9a9bbf225724ef73e6437476fb3c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 15 Dec 2016 12:17:19 +0100 Subject: Remove _dl_platform_string There are no non-trivial uses of _dl_platform_string. --- sysdeps/sparc/dl-procinfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/sparc') diff --git a/sysdeps/sparc/dl-procinfo.h b/sysdeps/sparc/dl-procinfo.h index 8a5df22..456dde6 100644 --- a/sysdeps/sparc/dl-procinfo.h +++ b/sysdeps/sparc/dl-procinfo.h @@ -71,9 +71,6 @@ _dl_string_hwcap (const char *str) #define HWCAP_IMPORTANT (HWCAP_IMPORTANT_V9 | HWCAP_SPARC_ULTRA3 \ | HWCAP_SPARC_BLKINIT | HWCAP_SPARC_N2) -/* There are no different platforms defined. */ -#define _dl_platform_string(idx) "" - /* There're no platforms to filter out. */ #define _DL_HWCAP_PLATFORM 0 -- cgit v1.1