From: Daniel Stenberg Date: Thu, 23 Oct 2014 20:40:23 +0000 (+0200) Subject: Curl_proxyCONNECT: remove superfluous statement X-Git-Tag: curl-7_39_0~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b73f3576159b0d82b9acc494b96ca946d3ed881;p=thirdparty%2Fcurl.git Curl_proxyCONNECT: remove superfluous statement The variable is already assigned, skip the duplicate assignment. Pointed out by cppcheck. --- diff --git a/lib/http_proxy.c b/lib/http_proxy.c index 5343eb718a..c1c6d65e82 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -252,7 +252,6 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, nread=0; perline=0; - keepon=TRUE; while((nread