mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winhttp: Remove dead assignment (Clang).
This commit is contained in:
parent
754dffe1e5
commit
007d14972c
@ -1595,7 +1595,6 @@ BOOL WINAPI WinHttpTimeToSystemTime( LPCWSTR string, SYSTEMTIME *time )
|
||||
while (*s && !isdigitW( *s )) s++;
|
||||
if (*s == '\0') return TRUE;
|
||||
time->wSecond = strtolW( s, &end, 10 );
|
||||
s = end;
|
||||
|
||||
time->wMilliseconds = 0;
|
||||
return TRUE;
|
||||
|
Loading…
Reference in New Issue
Block a user