* pinfo.cc (pinfo::init): Remove assertion.

This commit is contained in:
Christopher Faylor 2012-08-26 17:20:30 +00:00
parent 8f946e7bf1
commit 4acb2ffac7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-08-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* pinfo.cc (pinfo::init): Remove assertion.
2012-08-23 Christopher Faylor <me.cygwin2012@cgf.cx>
* pinfo.cc (_pinfo::exists): Don't consider a process with no state to

View File

@ -316,7 +316,6 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0)
if (procinfo->process_state & PID_EXECED)
{
assert (i == 0);
pid_t realpid = procinfo->pid;
debug_printf ("execed process windows pid %d, cygwin pid %d", n, realpid);
if (realpid == n)