Remove unused NONTLS_INIT_TP.

This commit is contained in:
Ondřej Bílka 2013-11-03 18:15:24 +01:00
parent 91044f8039
commit 17c8c3dc72
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2013-11-01 Ondřej Bílka <neleai@seznam.cz>
* elf/rtld.c: Remove unused NONTLS_INIT_TP.
2013-11-01 Ondřej Bílka <neleai@seznam.cz>
[BZ #16112]

View File

@ -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);