diff options
Diffstat (limited to 'sysdeps/generic/dl-procinfo.h')
-rw-r--r-- | sysdeps/generic/dl-procinfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index c4818497c8..93edfc00cb 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -25,15 +25,7 @@ /* There are no hardware capabilities defined. */ #define _dl_hwcap_string(idx) "" -/* By default there is no important hardware capability. */ -#define HWCAP_IMPORTANT (0) - -/* There're no platforms to filter out. */ -#define _DL_HWCAP_PLATFORM 0 - /* We don't have any hardware capabilities. */ #define _DL_HWCAP_COUNT 0 -#define _dl_string_platform(str) (-1) - #endif /* dl-procinfo.h */ |