Skip to content
Snippets Groups Projects
Commit b32d93a1 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

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

parent f256e147
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment