[COMMITED] Remove unused NONTLS_INIT_TP.

Ondřej Bílka neleai@seznam.cz
Sun Nov 3 17:19:00 GMT 2013


There was a block guarded by NONTLS_INIT_TP. As this macro is never
defined deleted as obvious.
 
	* elf/rtld.c: Remove unused NONTLS_INIT_TP.

diff --git a/elf/rtld.c b/elf/rtld.c
index 51682f2..c5a6538 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -2217,10 +2217,6 @@ ERROR: ld.so: object '%s' cannot be loaded as audit interface: %s; ignored.\n",
 	_dl_start_profile ();
     }
 
-#ifndef NONTLS_INIT_TP
-# define NONTLS_INIT_TP do { } while (0)
-#endif
-
   if (!was_tls_init_tp_called && GL(dl_tls_max_dtv_idx) > 0)
     ++GL(dl_tls_generation);
 



More information about the Libc-alpha mailing list