From: Daniel Stenberg Date: Wed, 16 Aug 2023 08:30:39 +0000 (+0200) Subject: http: remove the p_pragma struct field X-Git-Tag: curl-8_3_0~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be21769cc78f70276ee1974e8ee4ab119b2580f9;p=thirdparty%2Fcurl.git http: remove the p_pragma struct field unused since 40e8b4e52 (2008) Closes #11681 --- diff --git a/lib/http.h b/lib/http.h index 4aeabc3459..4f511d1f41 100644 --- a/lib/http.h +++ b/lib/http.h @@ -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;