* cygtls.cc (_cygtls::remove): Don't test for initialization since this
function will always be called when _my_tls is initialized. * init.cc (dll_entry): Don't attempt to remove tls info if _my_tls is obviously not even available.
This commit is contained in:
@@ -147,8 +147,6 @@ _cygtls::fixup_after_fork ()
|
||||
void
|
||||
_cygtls::remove (DWORD wait)
|
||||
{
|
||||
if (!isinitialized ())
|
||||
return;
|
||||
initialized = 0;
|
||||
if (!locals.exitsock || exit_state >= ES_FINAL)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user