* cygthread.cc (cygthread::stub): Remove old, unnecessary, FIXMEd code.
* spawn.cc (child_info_spawn::worker): Avoid calling close_all_files() twice.
This commit is contained in:
@@ -90,12 +90,6 @@ cygthread::stub (VOID *arg)
|
||||
#endif
|
||||
else
|
||||
{
|
||||
if (exiting)
|
||||
{
|
||||
info->inuse = false; // FIXME: Do we need this?
|
||||
return 0;
|
||||
}
|
||||
|
||||
info->callfunc (false);
|
||||
|
||||
HANDLE notify = info->notify_detached;
|
||||
|
Reference in New Issue
Block a user