Commit 44ffe270 authored by Alessandro Ghedini's avatar Alessandro Ghedini Committed by Daniel Stenberg
Browse files

urldata: remove unused asked_for_h2 field

parent adb4e41a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;