summaryrefslogtreecommitdiff
path: root/sysdeps/generic/dl-procinfo.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2016-12-15 12:17:19 +0100
committerAndreas Schwab <schwab@suse.de>2017-03-14 17:18:52 +0100
commit605c5ef4fb7c9a9bbf225724ef73e6437476fb3c (patch)
tree070972d7ecce77f5ada51736e64956fb94adfe1c /sysdeps/generic/dl-procinfo.h
parent9d067269f5c3ecc5913e7e424a4778608d784731 (diff)
Remove _dl_platform_string
There are no non-trivial uses of _dl_platform_string.
Diffstat (limited to 'sysdeps/generic/dl-procinfo.h')
-rw-r--r--sysdeps/generic/dl-procinfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h
index c70edd849b..9a0ccacc57 100644
--- a/sysdeps/generic/dl-procinfo.h
+++ b/sysdeps/generic/dl-procinfo.h
@@ -26,9 +26,6 @@
/* There are no hardware capabilities defined. */
#define _dl_hwcap_string(idx) ""
-/* There are no different platforms defined. */
-#define _dl_platform_string(idx) ""
-
/* By default there is no important hardware capability. */
#define HWCAP_IMPORTANT (0)