1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

http_proxy: Remove unused macro SELECT_TIMEOUT

Usage was removed in 5113ad0424.

Closes #2852
This commit is contained in:
Rikard Falkeborn 2018-08-05 22:29:29 +02:00 committed by Daniel Stenberg
parent d5304c3698
commit 64c01db0c9
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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 */