From: Fangrui Song Date: Sun, 12 May 2019 01:50:50 +0000 (+0800) Subject: remove unused struct dso members from dynlink.c X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f450c150d31730b18a145cca17150427cf3f20e6;p=musl remove unused struct dso members from dynlink.c maintainer's note: commit 9d44b6460ab603487dab4d916342d9ba4467e6b9 removed their use. --- diff --git a/ldso/dynlink.c b/ldso/dynlink.c index 42a5470d..ad0cdba2 100644 --- a/ldso/dynlink.c +++ b/ldso/dynlink.c @@ -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;