diff options
Diffstat (limited to 'sysdeps/generic/dl-procinfo.h')
-rw-r--r-- | sysdeps/generic/dl-procinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/generic/dl-procinfo.h b/sysdeps/generic/dl-procinfo.h index 1778fd10..93edfc0 100644 --- a/sysdeps/generic/dl-procinfo.h +++ b/sysdeps/generic/dl-procinfo.h @@ -25,9 +25,6 @@ /* There are no hardware capabilities defined. */ #define _dl_hwcap_string(idx) "" -/* By default there is no important hardware capability. */ -#define HWCAP_IMPORTANT (0) - /* We don't have any hardware capabilities. */ #define _DL_HWCAP_COUNT 0 |