remove unused struct dso members from dynlink.c

maintainer's note: commit 9d44b6460a
removed their use.
This commit is contained in:
Fangrui Song 2019-05-12 09:50:50 +08:00 committed by Rich Felker
parent bdb0817599
commit f450c150d3
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ struct dso {
size_t relro_start, relro_end;
uintptr_t *new_dtv;
unsigned char *new_tls;
volatile int new_dtv_idx, new_tls_idx;
struct td_index *td_index;
struct dso *fini_next;
char *shortname;