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/i386/dl-procinfo.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'sysdeps/i386') diff --git a/sysdeps/i386/dl-procinfo.h b/sysdeps/i386/dl-procinfo.h index 2f93cad39c..9c38846f0b 100644 --- a/sysdeps/i386/dl-procinfo.h +++ b/sysdeps/i386/dl-procinfo.h @@ -70,13 +70,6 @@ _dl_hwcap_string (int idx) return GLRO(dl_x86_cap_flags)[idx]; }; -static inline const char * -__attribute__ ((unused)) -_dl_platform_string (int idx) -{ - return GLRO(dl_x86_platforms)[idx - _DL_FIRST_PLATFORM]; -}; - static inline int __attribute__ ((unused, always_inline)) _dl_string_hwcap (const char *str) -- cgit v1.2.3