From: Rikard Falkeborn Date: Sun, 5 Aug 2018 20:29:29 +0000 (+0200) Subject: http_proxy: Remove unused macro SELECT_TIMEOUT X-Git-Tag: curl-7_61_1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c01db0c94a3c3809c76b4c89be6e6d39e58066;p=curl http_proxy: Remove unused macro SELECT_TIMEOUT Usage was removed in 5113ad0424044458ac497fa1458ebe0101356b22. Closes #2852 --- diff --git a/lib/http_proxy.c b/lib/http_proxy.c index ecc822704..c8c445b82 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -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 */