diff options
Diffstat (limited to 'elf/dl-lookup.c')
-rw-r--r-- | elf/dl-lookup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index 29a5216..019278c 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -449,12 +449,10 @@ _dl_debug_bindings (const char *undef_name, struct link_map *undef_map, conflict = 1; } -# ifdef USE_TLS if (value->s && (__builtin_expect (ELFW(ST_TYPE) (value->s->st_info) == STT_TLS, 0))) type_class = 4; -# endif if (conflict || GLRO(dl_trace_prelink_map) == undef_map |