aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-05 17:08:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-05-13 08:17:09 +0200
commit7c70a3b1ad5e156243199642c9c0abf34f9f1d8e (patch)
treec2ce8bac26eeac9020a9a004c41a33cc7a541606 /lib/urldata.h
parentbf7303966e4add9e4855323046bd432ba6d61517 (diff)
http: CURL_DISABLE_HTTP_AUTH
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index af745f9d1..09194472d 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1281,7 +1281,6 @@ struct UrlState {
struct auth authhost; /* auth details for host */
struct auth authproxy; /* auth details for proxy */
-
void *resolver; /* resolver state, if it is used in the URL state -
ares_channel f.e. */