summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2018-08-05 22:29:29 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-08-09 12:37:16 +0200
commit64c01db0c94a3c3809c76b4c89be6e6d39e58066 (patch)
treed84182760a47c25c1bc628fe09b3e5cf24b31398
parentd5304c3698385b1c39de79a753d13e71d7b69000 (diff)
downloadcurl-64c01db0c94a3c3809c76b4c89be6e6d39e58066.tar.gz
http_proxy: Remove unused macro SELECT_TIMEOUT
Usage was removed in 5113ad0424044458ac497fa1458ebe0101356b22. Closes #2852
-rw-r--r--lib/http_proxy.c1
1 files changed, 0 insertions, 1 deletions
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 */