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/sparc | |
parent | 9d067269f5c3ecc5913e7e424a4778608d784731 (diff) | |
download | glibc-605c5ef4fb7c9a9bbf225724ef73e6437476fb3c.tar.gz glibc-605c5ef4fb7c9a9bbf225724ef73e6437476fb3c.tar.xz glibc-605c5ef4fb7c9a9bbf225724ef73e6437476fb3c.zip |
Remove _dl_platform_string
There are no non-trivial uses of _dl_platform_string.
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/dl-procinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/sparc/dl-procinfo.h b/sysdeps/sparc/dl-procinfo.h index 8a5df22fdc..456dde6c9e 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 |