mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
winhttp: Remove dead assignment (Clang).
This commit is contained in:
parent
754dffe1e5
commit
007d14972c
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue