msvcrt: Remove warning hack.

This commit is contained in:
Austin English 2013-05-30 13:28:11 -07:00 committed by Alexandre Julliard
parent 038e3d3773
commit d42ed7595c
1 changed files with 0 additions and 2 deletions

View File

@ -360,8 +360,6 @@ MSVCRT_intptr_t CDECL _cwait(int *status, MSVCRT_intptr_t pid, int action)
HANDLE hPid = (HANDLE)pid;
int doserrno;
action = action; /* Remove warning */
if (!WaitForSingleObject(hPid, INFINITE))
{
if (status)