]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
http: remove the p_pragma struct field
authorDaniel Stenberg <daniel@haxx.se>
Wed, 16 Aug 2023 08:30:39 +0000 (10:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 16 Aug 2023 09:01:10 +0000 (11:01 +0200)
unused since 40e8b4e52 (2008)

Closes #11681

lib/http.h

index 4aeabc345938caadb6708e0401041815463acd84..4f511d1f412ed4bfbf5fe7004cf6b0d331f58b21 100644 (file)
@@ -202,8 +202,6 @@ struct HTTP {
   curl_off_t postsize; /* off_t to handle large file sizes */
   const char *postdata;
 
-  const char *p_pragma;      /* Pragma: string */
-
   /* For FORM posting */
   curl_mimepart form;