From: Alessandro Ghedini Date: Wed, 25 Feb 2015 10:33:12 +0000 (+0100) Subject: urldata: remove unused asked_for_h2 field X-Git-Tag: curl-7_42_0~183 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=44ffe2705686141abeafc1324a43d7d74faaf626;p=thirdparty%2Fcurl.git urldata: remove unused asked_for_h2 field --- diff --git a/lib/urldata.h b/lib/urldata.h index f444c0f238..37081c1b86 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -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;