diff options
-rw-r--r-- | ldso/ldso/dl-hash.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ldso/ldso/dl-hash.c b/ldso/ldso/dl-hash.c index 9b671564f..36ebec684 100644 --- a/ldso/ldso/dl-hash.c +++ b/ldso/ldso/dl-hash.c @@ -355,7 +355,6 @@ char *_dl_find_hash(const char *name, struct r_scope_elem *scope, struct elf_res #if defined(USE_TLS) && USE_TLS if (ELF_ST_TYPE(sym->st_info) == STT_TLS) { _dl_assert(sym_ref != NULL); - sym_ref->tpnt = tpnt; return (char *)sym->st_value; } #endif |