wininet: Remove an unused assignment (PVS-Studio).

This commit is contained in:
Michael Stefaniuc 2015-01-23 11:13:57 +01:00 committed by Alexandre Julliard
parent f256e1476c
commit b32d93a10b
1 changed files with 0 additions and 1 deletions

View File

@ -367,7 +367,6 @@ static BOOL load_persistent_cookie(LPCWSTR domain, LPCWSTR path)
*pend = 0;
data = heap_strdupAtoW(pbeg);
pbeg = pend+1;
pbeg = strchr(pend+1, '\n');
if(!pbeg)
break;