Revert "Imported Upstream version 7.53.1"
[platform/upstream/curl.git] / lib / http.h
index 7ce4bd9..9fb669c 100644 (file)
@@ -219,10 +219,6 @@ struct http_conn {
 
   /* this is a hash of all individual streams (Curl_easy structs) */
   struct h2settings settings;
-
-  /* list of settings that will be sent */
-  nghttp2_settings_entry local_settings[3];
-  size_t local_settings_num;
 #else
   int unused; /* prevent a compiler warning */
 #endif