From be21769cc78f70276ee1974e8ee4ab119b2580f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 16 Aug 2023 10:30:39 +0200 Subject: [PATCH] http: remove the p_pragma struct field unused since 40e8b4e52 (2008) Closes #11681 --- lib/http.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.47.3