diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2018-08-05 22:29:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-08-09 12:37:16 +0200 |
commit | 64c01db0c94a3c3809c76b4c89be6e6d39e58066 (patch) | |
tree | d84182760a47c25c1bc628fe09b3e5cf24b31398 /lib | |
parent | d5304c3698385b1c39de79a753d13e71d7b69000 (diff) |
http_proxy: Remove unused macro SELECT_TIMEOUT
Usage was removed in 5113ad0424044458ac497fa1458ebe0101356b22.
Closes #2852
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_proxy.c | 1 |
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 */ |