1
0
mirror of https://sourceware.org/git/glibc.git synced 2026-01-06 11:51:29 +03:00

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

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