diff --git a/lib/urldata.h b/lib/urldata.h index f444c0f238078f7dd21c8840ba3eeb1c66826694..37081c1b86aae6ab38fcb2bc845280afce8ea663 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;