diff options
author | Andreas Schwab <schwab@suse.de> | 2016-12-15 12:17:19 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2017-03-14 17:18:52 +0100 |
commit | 605c5ef4fb7c9a9bbf225724ef73e6437476fb3c (patch) | |
tree | 070972d7ecce77f5ada51736e64956fb94adfe1c /sysdeps/s390/dl-procinfo.h | |
parent | 9d067269f5c3ecc5913e7e424a4778608d784731 (diff) | |
download | glibc-605c5ef4fb7c9a9bbf225724ef73e6437476fb3c.zip glibc-605c5ef4fb7c9a9bbf225724ef73e6437476fb3c.tar.gz glibc-605c5ef4fb7c9a9bbf225724ef73e6437476fb3c.tar.bz2 |
Remove _dl_platform_string
There are no non-trivial uses of _dl_platform_string.
Diffstat (limited to 'sysdeps/s390/dl-procinfo.h')
-rw-r--r-- | sysdeps/s390/dl-procinfo.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h index 7399973..c997896 100644 --- a/sysdeps/s390/dl-procinfo.h +++ b/sysdeps/s390/dl-procinfo.h @@ -66,13 +66,6 @@ _dl_hwcap_string (int idx) return GLRO(dl_s390_cap_flags)[idx]; }; -static inline const char * -__attribute__ ((unused)) -_dl_platform_string (int idx) -{ - return GLRO(dl_s390_platforms)[idx - _DL_FIRST_PLATFORM]; -}; - static inline int __attribute__ ((unused, always_inline)) _dl_string_hwcap (const char *str) |