1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

urldata: remove unused asked_for_h2 field

This commit is contained in:
Alessandro Ghedini 2015-02-25 11:33:12 +01:00 committed by Daniel Stenberg
parent adb4e41a1a
commit 44ffe27056

View File

@ -262,9 +262,6 @@ struct ssl_connect_data {
current state of the connection. */
bool use;
ssl_connection_state state;
#ifdef USE_NGHTTP2
bool asked_for_h2;
#endif
#ifdef USE_OPENSSL
/* these ones requires specific SSL-types */
SSL_CTX* ctx;