mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
http_proxy: Remove unused macro SELECT_TIMEOUT
Usage was removed in 5113ad0424
.
Closes #2852
This commit is contained in:
parent
d5304c3698
commit
64c01db0c9
@ -192,7 +192,6 @@ static CURLcode CONNECT(struct connectdata *conn,
|
||||
|
||||
#define SELECT_OK 0
|
||||
#define SELECT_ERROR 1
|
||||
#define SELECT_TIMEOUT 2
|
||||
|
||||
if(Curl_connect_complete(conn))
|
||||
return CURLE_OK; /* CONNECT is already completed */
|
||||
|
Loading…
Reference in New Issue
Block a user