aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2015-02-25 11:33:12 +0100
committerDaniel Stenberg <daniel@haxx.se>2015-03-07 10:36:10 +0100
commit44ffe2705686141abeafc1324a43d7d74faaf626 (patch)
tree51d9a769cc9ee0a643f2130ea9b38772305fd907
parentadb4e41a1ab2202e48c5a4db465d67d8e32415c7 (diff)
urldata: remove unused asked_for_h2 field
-rw-r--r--lib/urldata.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index f444c0f23..37081c1b8 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;