remove cruft left behind when lazy thread pointer init was removed
authorRich Felker <dalias@aerifal.cx>
Sat, 5 Apr 2014 01:43:20 +0000 (21:43 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 5 Apr 2014 01:43:20 +0000 (21:43 -0400)
commit561e0a0968f13b6d6c2b092501e210728e236fd7
tree6cd0bea5c6f863612382f7f00a3ef6e1cb91c686
parentb9b2db2f374bce907fa5015c9cf63205054f2356
remove cruft left behind when lazy thread pointer init was removed

the function itself was static, but the weak alias provided an
externally visible reference and thus prevented the dead code from
being omitted from the output. so this change actually reduces bloat
in mandatory static-linked code.
src/env/__init_tls.c