* 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:
Christopher Faylor
2012-09-14 03:32:52 +00:00
parent af32eb5e28
commit 25e5803d35
4 changed files with 12 additions and 7 deletions

View File

@@ -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;