remove dead store from static __init_tls
authorRich Felker <dalias@aerifal.cx>
Thu, 23 Apr 2015 21:37:06 +0000 (17:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 23 Apr 2015 21:37:06 +0000 (17:37 -0400)
commit23129ab8d5f86927aad4f67c1820362acce09c45
tree4410188131be0e69a6087b7b5d5ff84b7c17cd48
parent5f51d529155429e607c5c51d5d461b0b98e6be52
remove dead store from static __init_tls

commit dab441aea240f3b7c18a26d2ef51979ea36c301c, which made thread
pointer init mandatory for all programs, rendered this store obsolete
by removing the early-return path for static programs with no TLS.
src/env/__init_tls.c