mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 03:55:03 -05:00
Curl_proxyCONNECT: remove superfluous statement
The variable is already assigned, skip the duplicate assignment. Pointed out by cppcheck.
This commit is contained in:
parent
ede9884c59
commit
5b73f35761
@ -252,7 +252,6 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
|
||||
|
||||
nread=0;
|
||||
perline=0;
|
||||
keepon=TRUE;
|
||||
|
||||
while((nread<BUFSIZE) && (keepon && !error)) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user