|
Message-ID: <20190512015050.wjm37cco537skyf5@gmail.com> Date: Sun, 12 May 2019 09:50:50 +0800 From: Fangrui Song <i@...kray.me> To: musl@...ts.openwall.com Subject: [PATCH] remove unused variables from dynlink.c --- ldso/dynlink.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.21.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.