Remove unused NONTLS_INIT_TP.
authorOndřej Bílka <neleai@seznam.cz>
Sun, 3 Nov 2013 17:15:24 +0000 (18:15 +0100)
committerOndřej Bílka <neleai@seznam.cz>
Sun, 3 Nov 2013 17:15:24 +0000 (18:15 +0100)
ChangeLog
elf/rtld.c

index 7629934..62ce56d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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]
        * malloc/malloc (malloc_info): Do not handle first bin as
        special case.
index 51682f2..c5a6538 100644 (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);