summaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-03 00:03:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-03 22:51:35 +0200
commit784336deec2a674fc2ed8fe6f4af65ecf0cb8f35 (patch)
treeb92cb558649e292973c4b1d1171b4356409f1800 /lib/urldata.h
parenteb41e8eebef1a308157fbbd171919dba28a1eca2 (diff)
downloadcurl-784336deec2a674fc2ed8fe6f4af65ecf0cb8f35.tar.gz
multi: remove data->state.current_conn struct field
Not needed
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 43314d9a2..fb4f81c92 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1295,8 +1295,6 @@ struct UrlState {
struct POP3 *pop3;
struct SMTP *smtp;
} proto;
- /* current user of this SessionHandle instance, or NULL */
- struct connectdata *current_conn;
/* if true, force SSL connection retry (workaround for certain servers) */
bool ssl_connect_retry;