From: Michael Stefaniuc Subject: wininet: Remove an unused assignment (PVS-Studio) Message-Id: <20150123101357.GB13900@redhat.com> Date: Fri, 23 Jan 2015 11:13:57 +0100 --- dlls/wininet/cookie.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/wininet/cookie.c b/dlls/wininet/cookie.c index d2fbec3..bb1a914 100644 --- a/dlls/wininet/cookie.c +++ b/dlls/wininet/cookie.c @@ -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; -- 1.9.3