* pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.

This commit is contained in:
Christopher Faylor 2005-12-21 19:39:53 +00:00
parent 01032746d1
commit 9981546a7c
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2005-12-21 Christopher Faylor <cgf@timesys.com>
* pinfo.cc (pinfo::init): Remove spurious low_priority_sleep.
2005-12-21 Christopher Faylor <cgf@timesys.com>
* spawn.cc (spawn_guts): Hide the window whenever ctty == -1, not just

View File

@ -264,7 +264,6 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0)
{
debug_printf ("looping because pid %d, procinfo->pid %d, procinfo->dwProcessid %u has PID_EXITED set",
n, procinfo->pid, procinfo->dwProcessId);
low_priority_sleep (0);
goto loop;
}