diff options
Diffstat (limited to 'lib/urldata.h')
-rw-r--r-- | lib/urldata.h | 2 |
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; |