minor fix

This commit is contained in:
Berk Geveci 2003-04-24 13:25:42 -04:00
parent d0374eccad
commit 069ccd82f7
1 changed files with 0 additions and 1 deletions

View File

@ -1272,7 +1272,6 @@ bool RunCommandViaWin32(const char* command,
}
if ( !resProc.StartProcess(command, dir, verbose) )
{
std::cout << "Problem starting command" << std::endl;
return false;
}
resProc.Wait(timeout);