http: remove the p_pragma struct field

unused since 40e8b4e52 (2008)

Closes #11681
This commit is contained in:
Daniel Stenberg 2023-08-16 10:30:39 +02:00
parent 8843bef318
commit be21769cc7
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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;