wininet: Removed redundant NULL check (Coverity).

This commit is contained in:
Marcus Meissner 2008-11-01 09:40:59 +01:00 committed by Alexandre Julliard
parent c009f9c9ee
commit 2d5ca30994

View File

@ -2354,8 +2354,6 @@ static BOOL HTTP_HttpQueryInfoW( LPWININETHTTPREQW lpwhr, DWORD dwInfoLevel,
tmpTM = *gmtime(&tmpTime);
STHook = (SYSTEMTIME *)lpBuffer;
if (!STHook) return bSuccess;
STHook->wDay = tmpTM.tm_mday;
STHook->wHour = tmpTM.tm_hour;
STHook->wMilliseconds = 0;