Explorar o código

remove unused struct dso members from dynlink.c

maintainer's note: commit 9d44b6460ab603487dab4d916342d9ba4467e6b9
removed their use.
Fangrui Song %!s(int64=5) %!d(string=hai) anos
pai
achega
f450c150d3
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      ldso/dynlink.c

+ 0 - 1
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;