From 02ad983e3fd7b6d3eda54836523f0afd3b3fc6c7 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Thu, 18 Feb 2021 09:41:36 +0100 Subject: Remove assignment to variable which is never read MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Highlighted by static code analysis. Change-Id: I0e0d33c66c3aac5135204212bea2d5d48bad3739 Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Edward Welbourne (cherry picked from commit 0f4b2ccea4a8701a83c37c612b0ad0e60063b7c0) Reviewed-by: Qt Cherry-pick Bot --- src/network/kernel/qauthenticator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/network/kernel/qauthenticator.cpp b/src/network/kernel/qauthenticator.cpp index a8777962ee..4daf11cb3e 100644 --- a/src/network/kernel/qauthenticator.cpp +++ b/src/network/kernel/qauthenticator.cpp @@ -643,7 +643,6 @@ QHash QAuthenticatorPrivate::parseDigestAuthenticationCh ++d; if (d >= end) break; - start = d; QByteArray value; while (d < end) { bool backslash = false; -- cgit v1.2.3