Remove forgotten debug code from w32proc.c.
This commit is contained in:
parent
4cdfbb8976
commit
db9848e480
1 changed files with 2 additions and 4 deletions
|
@ -361,10 +361,8 @@ timer_loop (LPVOID arg)
|
|||
DWORD result = SuspendThread (itimer->caller_thread);
|
||||
|
||||
if (result == (DWORD)-1)
|
||||
{
|
||||
DebPrint (("Thread %d exiting with status 2\n", which));
|
||||
return 2;
|
||||
}
|
||||
return 2;
|
||||
|
||||
handler (sig);
|
||||
ResumeThread (itimer->caller_thread);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue