diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 10:26:29 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-05 10:26:29 -0700 |
commit | 53cea63e99264bf81b278546581d6c2efc2c3fc5 (patch) | |
tree | 41af71142e6d39181027ce01d9514a2a69ebaf30 /elf/dl-support.c | |
parent | 1d1b34df90b1c20ed0c56162e31e912c5b931af2 (diff) | |
download | glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.tar.gz glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.tar.xz glibc-53cea63e99264bf81b278546581d6c2efc2c3fc5.zip |
Move _dl_important_hwcaps to dl-hwcaps.c
Diffstat (limited to 'elf/dl-support.c')
-rw-r--r-- | elf/dl-support.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index 424ca6ddea..fd72c1b2ad 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -335,23 +335,6 @@ _dl_non_dynamic_init (void) } } - -const struct r_strlenpair * -internal_function -_dl_important_hwcaps (const char *platform, size_t platform_len, size_t *sz, - size_t *max_capstrlen) -{ - static struct r_strlenpair result; - static char buf[1]; - - result.str = buf; /* Does not really matter. */ - result.len = 0; - - *sz = 1; - return &result; -} - - #ifdef DL_SYSINFO_IMPLEMENTATION DL_SYSINFO_IMPLEMENTATION #endif |